Web Hosting Talk







View Full Version : Moving a mysql database


Pilgrim
02-08-2002, 11:42 PM
Hi All,


Quick Q: customer currently hosted signed up for hosting and wants to bring his mysql database along with him. What steps do I take to integrate it on our server?

Running raq4i with phpmyadmin

dektong
02-08-2002, 11:45 PM
if your customer already has dumped the mysql (using mysqldump), then you can just create an account for him and then reupload the mysql ...

mysql -uuser -ppassword dbname < dumpfile

cheers,
:beer: