Click to See Complete Forum and Search --> : help


kantipur
04-23-2006, 09:14 PM
I m hosting my website in a new web server. There is mysql database in my old server which I want to transfer in my new server.How can I do that???

bathurst_guy
04-23-2006, 09:34 PM
You need to export it all, the table structure and all the data, and then import it on the new one. Do you have phpMyAdmin? Install this on both sides and it makes using a MySQL database so much easier (it gives you a friendly web based interface).

kantipur
04-24-2006, 11:48 AM
Can't I backup the database from the old server and restore it in the new server? If I can what's the sql command to backup and restore the database?

chazzy
04-24-2006, 05:00 PM
exporting it is the same as taking a backup. mysql has a separate utility named mysqldump that creates the backup.