PDA

View Full Version : how can i transfer mysql info?



Omari
May 16th, 2001, 14:16
i don't want to have to start my forum all over. i am switching servers. how can i back up my mysql stuff?

Gonzo
May 16th, 2001, 15:05
Use phpMyadmin to back up the database. then use phpMyadmin on the other server to upload it.

Omari
May 16th, 2001, 15:32
but i don't see anything about backup in phpmyadmin on freesql.org

lucifer
May 17th, 2001, 09:51
on the main db page you have options to view dump structure and data will output all the sql you need to recreate the table on another db by running the sql (on main page too)