Can't install directadmin

Mysql isnt running or installed.
Code:
/sbin/service mysqld restart

or

Code:
cd /usr/local/directadmin/custombuild
./build update
./build mysql d
./build roundcube d
 
Mysqld is running
[root@server ~]# /sbin/service mysqld restart
Shutting down MySQL. SUCCESS!
Starting MySQL.. SUCCESS!
[root@server ~]#

when I do this command:
cd /usr/local/directadmin/custombuild
./build roundcube d

my VPS will overload RAM(full RAM and Swap) in some minute :(
 
How much ram does it have? It should never happen.
 
Back
Top