MySQL 5.0.27 Released

Code:
wget http://ftp.snt.utwente.nl/pub/software/mysql/Downloads/MySQL-5.0/MySQL-server-5.0.27-0.i386.rpm
wget http://ftp.snt.utwente.nl/pub/software/mysql/Downloads/MySQL-5.0/MySQL-client-5.0.27-0.i386.rpm
wget http://ftp.snt.utwente.nl/pub/software/mysql/Downloads/MySQL-5.0/MySQL-devel-5.0.27-0.i386.rpm
wget http://ftp.snt.utwente.nl/pub/software/mysql/Downloads/MySQL-5.0/MySQL-shared-5.0.27-0.i386.rpm
rpm -Uvh MySQL*
 
One big change is that innodb from mysql 5 can't be used for mysql 4. There will be quite a few compatibility issues like how you need to fix up the mysql privileges and how eCommerce doesn't work with MySQL5 unless you change some lines of code.
 
we actually have serveral customers that we designed their sites for running e-commerce sites using mysql 5.0.15...

i guess i should run the updates to get it to 5.0.27, hehe :)
 
Back
Top