LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Mysql wasnt installed (https://www.linuxquestions.org/questions/linux-software-2/mysql-wasnt-installed-397203/)

bendani 12-28-2005 09:57 AM

Mysql wasnt installed
 
when i installed directadmin panel for the first time on the server
it didnt install mysql

when i run the script
./mysql.sh cool0 da_admin cool

its gives me this error

mysqld: unrecognized service
Waiting for mysqld to start....
Setting MySQL Root Password...
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Setting DirectAdmin user and password...
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Updating privilege tables...


what should i do ?

wrj 12-28-2005 10:27 AM

are you sure mysql is running?

to see type in the command promt:
ps ax | grep mysql

if it's not you need to start it first.


All times are GMT -5. The time now is 10:48 PM.