Upgrading MySQL From 5.5.29 To 5.5.30 On DirectAdmin Server

Upgrading-MySQL-On-DirectAdmin-Server

Upgrading MySQL From 5.5.29 To 5.5.30 On DirectAdmin Server

Upgrading MySQL From 5.5.29 To 5.5.30 On Direct Admin Server

I am not sure if the following error gets fixed by doing a MySQL upgrade to the latest version, But it did worked for us So you can give a try.

[ERROR] /usr/sbin/mysqld: Sort aborted: Server shutdown in progress

Problem appears with sites not being able to access database and some times later it starts working. TO fix the problem Just follow the simple steps provided below to upgrade mysql.

Login into the server as root

cd /usr/local/directadmin/custombuild

./build set mysql 5.5
./build set mysql_inst yes
./build set mysql_backup yes
./build update
./build mysql

After the mysql update, always recompile php.

./build php n

So thats it. Let us know if you have any problems doing upgrades.

Share this post