Moving a MySQL Database
When moving hosting provider, you may need to move a dataase. Here are the commands I have used on a linux box to shift a MySQL database from one server to another. To export the database: Substituting DBSERVER with the hosts adddress, DBUSER with your MySQL username on the current server and DBNAME with your …