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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MySQL 4 Dbs -> MySQL 5?

Status
Not open for further replies.

brownie124

Programmer
Sep 19, 2002
61
US
Hi,

I have a machine that has MySQL 4. something on it. Can I just copy those databases to another machine that has MySQL 5 on it and have them work properly?

Thanks,
- Brownie
 
I would recommend using mysqldump. Dump the tables to a text file and import them on the new box.

I have moved files (mysqlhotcopy) from 4.0 to 4.1 (Linux only) without a problem, but I haven't played with 5 yet.

Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top