On 5/12/2005 11:56 a.m., Mike Smith wrote:
> Hi,
>
Hi,
> I've already check my /etc/my.cnf file for a "binding"
> line. Its not
> there. I also found an item online that indicated
> adding:
>
Look for the option "skip-networking". This disables TCP/IP so the
server only accepts local connections via the Unix socket. This sounds
like your situation.
Note that a "could not connect" error means just that. If the problem
was related to user privileges you would get an "access denied" error.
HTH,
-Simon