upgrading mysql 4.0.18 to 4.1.xx

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

upgrading mysql 4.0.18 to 4.1.xx

Post by Burrito »

Is there an easy way to "upgrade" my version of mySQL (4.0.18) to 4.1.xx? (windows platform) I really don't want to have to install a fresh copy of MySQL and recreate all of the dbs that I have set up here.

please advise,

thx,

Burr
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

Export your databases and tables into a dump and then reinstall. Makes sense?
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

ya, I was able to save the data, but what I wanted to do was save all of the user accounts...I should have dumped the mysql-->user table...but alas...I screwed up and didn't, DAMN IT!.

ohwell, thx for the suggestion.

Burr
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

No problem. I hope you find a solution.
Post Reply