Where is MySQL

Suurbier

Verified User
Joined
Apr 23, 2007
Messages
224
output of ./build versions

Code:
[root@reverse custombuild]# ./build versions
Latest version of DirectAdmin: 1.47.0
Installed version of DirectAdmin: 1.47.0

Latest version of Apache: 2.4.12
Installed version of Apache: 2.4.12

Latest version of Nginx: 1.6.2
Installed version of Nginx: 1.6.2

Latest version of Pure-FTPD: 1.0.37
Installed version of Pure-FTPd: 1.0.37

Latest version of libpng: 1.6.16
Installed version of libpng: 1.6.16

Latest version of mod_ruid2: 0.9.8
Installed version of mod_ruid2: 0.9.8

Latest version of ICU4C: 4.8.1.1
Installed version of ICU4C: 4.8.1.1

Latest version of libxslt: 1.1.28
Installed version of libxslt: 1.1.28

Latest version of libxml2: 2.9.2
Installed version of libxml2: 2.9.2

Latest version of iconv: 1.14
Installed version of iconv: 1.14

Latest version of PCRE: 8.20
Installed version of PCRE: 8.20

Latest version of curl: 7.41.0
Installed version of curl: 7.41.0

Latest version of FreeType: 2.5.5
Installed version of FreeType: 2.5.5

Latest version of dovecot: 2.2.16
Installed version of dovecot: 2.2.16

Latest version of SpamAssassin: 3.4.0
Installed version of SpamAssassin: 3.4.0

Latest version of ClamAV: 0.98.6
Installed version of ClamAV: 0.98.6

Latest version of PHP (mod_php): 5.6.7
Installed version of PHP (mod_php): 5.6.7

Latest version of RoundCube webmail: 1.1.1
Installed version of RoundCube webmail: 1.1.1

Latest version of phpMyAdmin: 4.4.1.1-all-languages
Installed version of phpMyAdmin: 4.4.1.1-all-languages

Latest version of SquirrelMail: 1.4.22-20140402_0200
Installed version of SquirrelMail: 1.4.22-20140402_0200
 
MySQL installation is not enabled by default in CustomBuild 2.0. Please execute the following to get it enabled:
Code:
cd /usr/local/directadmin/custombuild
./build set mysql_inst mysql
 
Back
Top