MySQL Forums
Forum List  »  Newbie

Re: Convert Version 5 backup file to Version 3.23
Posted by: Umesh Shastry
Date: May 19, 2005 10:39PM

Hi!!

Yes you can do this by making use of mysqldump utility..

On MySQL SERVER version 5 run the mysqldump command to generate a dump compatible to mysql3.23..

shell> mysqldump --compatible=mysql323 --opt db_name -uuserName -p > backup-file.sql

For details check out here

http://dev.mysql.com/doc/mysql/en/mysqldump.html


Hope this helps!

Regards,
Umesh Shastry
http://www.blogger.com/profile/02551756983528645221

Options: ReplyQuote


Subject
Written By
Posted
Re: Convert Version 5 backup file to Version 3.23
May 19, 2005 10:39PM


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.