MySQL Forums
Forum List  »  Newbie

Re: Moving Databases - I need help!
Posted by: Felix Geerinckx
Date: May 27, 2005 12:47AM

etienne wrote:
> Hello,
>
> I have a big problem: I'm moving my website (http://www.bretonnia.org) to a new server.
> Unfortunately, on the new server an older version of mySQL is installed:

> I have a serious problem now - when I try to import my database, it says it can't read certain
> parts of the code (like 'defalut charset' or 'engine').

Use the '--compatible=mysql323' 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
Re: Moving Databases - I need help!
May 27, 2005 12:47AM


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.