How to check and update version for PHP and MYSQL

Tommyhara

Verified User
Joined
Jul 25, 2014
Messages
187
Hello,

Are there any ways to check PHP/Mysql version that I am running with DA and update to latest version

I heard that that's possible and need to use custombuild, how to do that.

Thanks
 
Hello,

Code:
cd /usr/local/directadmin/custombuild
./build update

and

Code:
./build versions

or

Code:
./build options

to see what you have installed

and

Code:
./build update_versions

to update versions.

Please bookmark and read for more information the following thread:

- CustomBuild 2.0 FAQ (DirectAdmin 1.46 or later is recommended)
https://forum.directadmin.com/showthread.php?t=44743

it has all the needed information.
 
Back
Top