MySQL Forums
Forum List  »  Newbie

Re: Files from mysql 5.0 migrate to mysql 5.1
Posted by: Peter Brawley
Date: February 07, 2010 01:12PM

> I tried copying and pasting this into a new installation of MySQL 5.1,
> and it seems that the formats are a bit incompatible.

Yes, such problems are likely upgrading across major (eg 3-4) and minor (eg 5,0-5.1) versions. Your best bet is to install 5.0.51 on the box, set the datadir to where the files are, run mysqldump on it, save the result, install 5.1, and run the mysqldump script against that new installation.

PB
http://www.artfulsoftware.com

Options: ReplyQuote


Subject
Written By
Posted
Re: Files from mysql 5.0 migrate to mysql 5.1
February 07, 2010 01:12PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.