Gossamer Forum
Home : Products : Gossamer Links : Pre Sales :

Re: Urgent MySQL Problem...

Quote Reply
Re: Urgent MySQL Problem... In reply to
Hi,

The error message 'Can't connect to MySQL throught socket '...'' 99% of the time means MySQL is not running.

If MySQL is running and you get this, then most likely MySQL has locked up, or less likely your mysql client tools are using a differt .sock file then your MySQL server. This can happen when you upgrade the server, but not the client tools (rpm upgrades), and things have changed.

To kill mysql, you can do a `killall mysqld` or to forcefully shut it down `killall -9 mysqld`. If you need the -9, then you should run isamchk to check your tables as the -9 is equivalant to just shutting the power off. MySQL has no chance to close tables and clean things up properly.

Cheers,

Alex

--
Gossamer Threads Inc.
Subject Author Views Date
Thread Urgent MySQL Problem... Canucks 6186 Jan 23, 2001, 3:56 PM
Thread Re: Urgent MySQL Problem...
pugdog 6096 Jan 23, 2001, 5:02 PM
Thread Re: Urgent MySQL Problem...
Canucks 6115 Jan 23, 2001, 6:07 PM
Thread Re: Urgent MySQL Problem...
pugdog 6121 Jan 23, 2001, 6:11 PM
Thread Re: Urgent MySQL Problem...
Canucks 6139 Jan 23, 2001, 6:12 PM
Thread Re: Urgent MySQL Problem...
pugdog 6099 Jan 23, 2001, 6:16 PM
Thread Re: Urgent MySQL Problem...
Canucks 6105 Jan 23, 2001, 6:20 PM
Thread Re: Urgent MySQL Problem...
pugdog 6088 Jan 23, 2001, 6:26 PM
Thread Re: Urgent MySQL Problem...
Canucks 6090 Jan 23, 2001, 6:29 PM
Post Re: Urgent MySQL Problem...
pugdog 6078 Jan 23, 2001, 8:09 PM
Thread Re: Urgent MySQL Problem...
Alex 6080 Jan 24, 2001, 10:39 AM
Thread Re: Urgent MySQL Problem...
pugdog 6052 Jan 24, 2001, 12:56 PM
Thread Re: Urgent MySQL Problem...
Alex 6071 Jan 24, 2001, 1:29 PM
Post Re: Urgent MySQL Problem...
pugdog 6053 Jan 24, 2001, 2:45 PM