Connecting Tech Pros Worldwide Forums | Help | Site Map

upgrading MySQL 3.23 to 4.0

bhing's Avatar
Member
 
Join Date: Oct 2006
Location: cebu, philippines
Posts: 43
#1: Jul 4 '07
please give me a step by step instructions on upgrading Mysql 3.23 to mysql 4.0

ive been wrestling with the results found on google but no one really give me a step by step instruction on how to upgrade it..

please advise me what to do..

some give me instruction to stop mysqld

and run 'yum upgrade mysql' command ..... is this helps? m afraid it will have error, i need some instructions please...

BTW, mysql is running on linux (redhat 9)

dafodil's Avatar
Needs Regular Fix
 
Join Date: Jul 2007
Location: Philippines
Posts: 393
#2: Jul 4 '07

re: upgrading MySQL 3.23 to 4.0


Quote:

Originally Posted by bhing

please give me a step by step instructions on upgrading Mysql 3.23 to mysql 4.0

ive been wrestling with the results found on google but no one really give me a step by step instruction on how to upgrade it..

please advise me what to do..

some give me instruction to stop mysqld

and run 'yum upgrade mysql' command ..... is this helps? m afraid it will have error, i need some instructions please...

BTW, mysql is running on linux (redhat 9)

Why upgrade when you can uninstall the old one and install the latest version...
mwasif's Avatar
Moderator
 
Join Date: Jul 2006
Location: Pakistan
Posts: 719
#3: Jul 4 '07

re: upgrading MySQL 3.23 to 4.0


Check Upgrading MySQL at mysql.com.

Keep in mind that active development and support for MySQL database server versions 3.23, 4.0, and 4.1 has ended.
Atli's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Posts: 3,748
#4: Jul 4 '07

re: upgrading MySQL 3.23 to 4.0


Yea, I would seriously consider upgrading to MySQL 5.
bhing's Avatar
Member
 
Join Date: Oct 2006
Location: cebu, philippines
Posts: 43
#5: Jul 5 '07

re: upgrading MySQL 3.23 to 4.0


thanks guys.. i really appreciate your suggestions..

but if ever i install the new mysql which is version 5, is it safe?

i mean, my current version of mysql is 3.23.54, im planning to remove it and install the version 5.x.x ... of course i will backup first the database..

do i have to expect a lot of errors when m going to upload the backup database to the new mysql (5.x.x)... what are the common errrors?

tnx..
dafodil's Avatar
Needs Regular Fix
 
Join Date: Jul 2007
Location: Philippines
Posts: 393
#6: Jul 5 '07

re: upgrading MySQL 3.23 to 4.0


Quote:

Originally Posted by bhing

thanks guys.. i really appreciate your suggestions..

but if ever i install the new mysql which is version 5, is it safe?

i mean, my current version of mysql is 3.23.54, im planning to remove it and install the version 5.x.x ... of course i will backup first the database..

do i have to expect a lot of errors when m going to upload the backup database to the new mysql (5.x.x)... what are the common errrors?

tnx..

If you have an existing database under lower version of MYSQL you need to upgrade it....

You cannot upgrade directly from 3.23.54 to 5.0
You need to upgrade first 4.0 then 4.1 and so on.....
check this link:
http://dev.mysql.com/doc/refman/5.0/en/upgrade.html
Reply