one of the posts at the bottom of one of those pages mentions that the permissions on the sock file might not be right.

mine is:

srwxrwxrwx  1 mysql    wheel    0 29 May 06:41 mysql.sock

you probably already know all this, but just in case... to get those permissions set up:

    <stop mysqld>

    chown mysql:wheel /tmp/mysql.sock
    chmod 4777 /tmp/mysql.sock

    <restart mysqld>

- philip





On May 29, 2005, at 12:33 PM, Philip George wrote:

try looking at these two pages:

http://dev.mysql.com/doc/mysql/en/access-denied.html
http://dev.mysql.com/doc/mysql/en/connecting-disconnecting.html

search them both for '2002' (multiple instances on one of the pages).

there a couple suggestions for things to try.

hth.

- philip


--
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]

Reply via email to