It's possible that mysql couldn't create the SOCKet file...
For emergency connection use:

mysql -u root -h 127.0.0.1 -p

Do not use "localhost" as this instructs the client to go through the
socket... but if you say 127.0.0.1 the client will use TCP...

Next... make sure that mysql can indeed create the socket under
/tmp... check the permisions... and I must say this location is
strange I have /var/lib/mysql/mysql.sock ... also check this out...

To set it to another location use my.cnf file


Good luck !


On 10/3/06, Feliks Shvartsburd <[EMAIL PROTECTED]> wrote:
Hi

I have several problems. I'm using MySql 5 and it is running on Linux.
When I'm trying to execute mysql -u root -p I get the following:

ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (111)

I'm also not able to stop the server. When I run mysql.server stop it
gives me some garbage. Please help.

Thanks



-----Original Message-----
From: George Law [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 03, 2006 11:25 AM
To: Feliks Shvartsburd; mysql@lists.mysql.com; [EMAIL PROTECTED]
Subject: RE: Question

show processlist gives you an abbreviated list of queries.

show full processlist gives you the full queries.



>-----Original Message-----
>From: Feliks Shvartsburd [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, October 03, 2006 1:57 PM
>To: mysql@lists.mysql.com; [EMAIL PROTECTED]
>Subject: Question
>
>Does anybody know how can I see what queries are currently being
>executed?
>
>
>Thanks
>
>
>
>--
>MySQL General Mailing List
>For list archives: http://lists.mysql.com/mysql
>To unsubscribe:
>http://lists.mysql.com/[EMAIL PROTECTED]
>
>

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]




--
-- -- -- -- -- -- -- -- -- -- -- -- -- --
Gabriel PREDA
Senior Web Developer

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to