Page 1 of 1
transfer database from one domain to another?
Posted: Sun Jan 04, 2004 2:28 pm
by lizlazloz
hi, soon i will be transferrign my site to a new host. how can i transfer all the databases i have on one site to another?
Posted: Sun Jan 04, 2004 2:42 pm
by JAM
2 ideas:
1. If you are using PHPMyAdmin (
http://www.phpmyadmin.net/ ) you have the opportunity to export your structure / data from site A and import it onto site B.
2. Win32 GUI application MySQL-Front (
http://www.mysqlfront.de/ ) have the abillity to copy between two servers directly, aswell as the above.
Might be helpful.
Posted: Mon Jan 05, 2004 2:15 am
by mwong
you could put it your tables into text files...and import them......yah do it the hard way!
