Mysql 5.1 upgrade Mysql 5.5

backlog

New member
Joined
Feb 15, 2012
Messages
6
Hello

How do I upgrade to MySQL 5.1 MySQL 5.5?

OS: Centos 5.7 32 bit

control panel: directadmin

Thanks
 
If you have root access to the server use:

Code:
cd /usr/local/directadmin/custombuild
./build clean
./build set mysql 5.5
./build update
./build mysql
./build php d

Regards
 
Hi Andrea Thank you for the answer

If you have root access to the server use:

Code:
cd /usr/local/directadmin/custombuild
./build clean
./build set mysql 5.5
./build update
./build mysql
./build php d

Regards
 
the only thing ive heard is that is like 400% faster.

Some customers ive manage their server confirmed that.

Personally, im not using it yet.

Regards
 
Greetings

I've just attempted an upgrade from MySQL 5.1 to MySQL 5.5 on my DA (CentOS 6) server.

But at

Code:
./build mysql

I get this output

Code:
Cannot find libaio.so.1.  Please install libaio
yum install libaio

So I do a yum install libaio
but the outcome is

Code:
Setting up Install Process
Package libaio-0.3.107-10.el6.i686 already installed and latest version
Nothing to do

Will appreciate any advise :confused:
 
Back
Top