MySQL Forums
Forum List  »  General

Re: Downgrade from 4.1.9 to 3.23.52
Posted by: Bob Bankay
Date: February 15, 2005 02:12PM

Hi Dino,

I suppose that you migrated from 3.23 directly to 4.1.x.

In our shop we think 4.1 leading edge and will wait a while.

Anyway, there is a whole process decribed under the heading 'migration' of all the things you needed to do for that step up. Now you need to reverse the steps.

A mysqldump is s great tool and it generates straight sql statements. So if you have a syntax problem you can edit it and fix it. (There were some sql syntax mods but I did not think they were critical to basic functionality)

Also we got around the 2GB limit by piping the mysqldump to mysql on another host. But you need another mysql host to do that (say a laptop with spare 20GB disk space?)

Options: ReplyQuote


Subject
Written By
Posted
Re: Downgrade from 4.1.9 to 3.23.52
February 15, 2005 02: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.