Richard G
Verified User
I want to move some accounts to a new server (vps).
The old server has mysql 5.1 and the new one has 5.5 so to be compatible I want to downgrade mysql 5.5 on the new server to 5.1.
In options.conf I set autover=no and mysql to 5.1 then I do ./build update and after that do ./build mysql.
Then this error occurs:
Isn't it possible to run Mysql 5.1 on Centos 6 with custombuild?
The old server has mysql 5.1 and the new one has 5.5 so to be compatible I want to downgrade mysql 5.5 on the new server to 5.1.
In options.conf I set autover=no and mysql to 5.1 then I do ./build update and after that do ./build mysql.
Then this error occurs:
error while loading shared libraries: libmysqlclient.so.18
Isn't it possible to run Mysql 5.1 on Centos 6 with custombuild?