Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Upgrade mysql Directadmin  (Read 3142 times)

0 Members and 1 Guest are viewing this topic.

rohitj

  • Guest
Upgrade mysql Directadmin
« on: November 16, 2013, 09:19:37 pm »
Upgrade mysql  Directadmin

To upgrade mysql in Directadmin, follow the steps below.


SSH to the server as root and do the following

-----------
cd /usr/local/directadmin/custombuild
./build set mysql 5.1
./build set mysql_inst yes
./build set mysql_backup yes
./build update
./build mysql
-----------

After the mysql update, always recompile php.

------
./build php n
------