This is going off topic now, but how can I copy database X from host A to host B. To be more clear, I installed MySQL on machine A and I've created a database with a bunch of tables, etc. Now I want to copy that database to machine B (which also has MySQL installed on it).
It's called mysqldump, and it comes with the standard MySQL install.
Greets,
//Andro