MySQL Forums
Forum List  »  Install & Repo

Re: mySQL 4.0.20 -- Can't connect to local MySQL server through socket '/tmp/mysql.sock' (13)
Posted by: Nick Roper
Date: August 14, 2004 02:46AM

You can get a bit more info about an aerror that gets thrown by using perror at the command line:

Can't connect to local MySQL server through socket '/tmp/mysql.sock' (13)

shell> perror 13
Error code 13: Permission denied

So it still looks like a permission thing.

Are you connecting to MySQL from a browser running on localhost, or is the browser running on another machine?

Nick

--
Nick Roper

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.