is there a way to move an entire MySQL database from one server to another?
Printable View
is there a way to move an entire MySQL database from one server to another?
Hi,
export it in phpmyadmin - with one of the compression options checked to force download rather than display
On the other server find the "sql code" box and upload the saved file via the browse button next to it
Musicman
that is so much easier than i thought it was going to be......
Thanks again, MusicMan.