Customer Support Portal Language
 
Home Knowledge Base Databases How can I move / import a mySQL database from my old provider?
Information
Article ID88
Created On5/3/2008
Modified5/3/2008
How can I move / import a mySQL database from my old provider?

There are many ways and tools available to get a copy of an existing MySQL database so really the choice of how to go about this is entirely up to you.

You may find it easiest to use a client side application that will do the export / import process for you. An example of such an application is MySQL-Front (http://www.mysqlfront.de/).

Alternatively phpMyAdmin is available at http://mysql.oochie.com for all clients and you can execute your SQL file and also import data files. You can also export your database structure and data using the Export option.