MySQL Forums
Forum List  »  Newbie

Re: problem with mysqldump
Posted by: Felix Geerinckx
Date: June 03, 2005 02:06AM

Jason D wrote:

> I have successfully exported tables to .sql using -add-drop-table but my server is still running the
> previous versio of MySQL and shows error with each table I try to load on the server.

Use the '--compatible=...' option with mysqldump when you export your database.
(see http://dev.mysql.com/doc/mysql/en/mysqldump.html)

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Written By
Posted
June 03, 2005 01:55AM
Re: problem with mysqldump
June 03, 2005 02:06AM


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.