LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mysql server for RedHar linux (https://www.linuxquestions.org/questions/linux-newbie-8/mysql-server-for-redhar-linux-218982/)

spykid 08-17-2004 06:49 PM

Mysql server for RedHar linux
 
Hello
I just installed MySQL database Server
After check ps -auwx | grep mysqld, i saw it;s running. However, it was still impossible to connect to the server. here is the error
error: 'Can't connect to local MySQL server through socket '
/tmp/mysql.sock' (111)'

so, what is going on??
please help me?1
thanks alot

rotnay6000 08-17-2004 09:45 PM

You can verify if mysqld is running by entering:

mysqladmin status

at the command line. You should see:

Uptime: 9 Threads: 1 Questions: 3 ......

if the daemon is running.


All times are GMT -5. The time now is 09:04 PM.