Jump to content

how to transfer my mysql database from one computer to another


ani_anirban

Recommended Posts

well this might be very simple,but i am just not getting this..i am using dreamweaver 8.,php4.2,mysql 5..now how do i move my databases from one computer to another??the webpages are just copied and they r working gr8 exept whn they require the database connections..i have tried copying the folder from mysql/data/..but they dnt seem to work..how do i do it??

The safest way is to dump the database and then re-import it on the new machine.  I can't help you with the details unfortunately.  The only time you could get away with copying over the data files is if you have the exact same configuration on both machines (for mysql), and when you don't mind overwriting anything already in mysql on the target machine.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.