transfer database from one domain to another?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
lizlazloz
Forum Commoner
Posts: 64
Joined: Mon Dec 29, 2003 7:29 am

transfer database from one domain to another?

Post 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?
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post 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.
mwong
Forum Commoner
Posts: 34
Joined: Sun Dec 28, 2003 2:58 am

Post by mwong »

you could put it your tables into text files...and import them......yah do it the hard way! :twisted:
Post Reply