Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Best way to move a database

Status
Not open for further replies.

JezEling

IS-IT--Management
Mar 22, 2004
127
GB
Hi All,

Can anyone tell me the best way to move a database from a Linux machine to a Windows machine?

The linux machine is running MYSQL version 3.23.54 and the Windows machine is running MYSQL version 4.0.17.

Many thanks in advance

Jez
 
Use mysqldump to dump the database to a text file, then use mysql to execute the file on the Windows machine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top