|
To transfer your database, you should take a backup of your database using your hosting control panel.
If the database is small (upto 2 MB), you can import it in the new server using phpmyadmin. If it is larger than this, you can use a php script "bigdump" to import your database.
|