Snort mailing list archives

Re: Query abt Mysql


From: "Senthil Prabu.S" <prabu333 () hotpop com>
Date: Thu, 26 May 2005 14:10:30 +0530

Hi Mukesh,

 I am installing mysql 4.4.12 on Redhat 9. When i write ./mysql on shell I am getting a problem 
Cann't connect to local mysql server through socket /tmp/mysql.sock (111)

Have you started mysqld deamon..If not start it, then access databse through
mysql client. You can find the "mysqld_safe" under bin directory. start it as

./mysqld_safe &.

Then, do
ps -ae | grep mysqld to find mysqld deamon is running, then run mysql client binary to
access database.

--
Senthil Prabu.S

Current thread: