Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mysql.sock

Status
Not open for further replies.

frozenpeas

Technical User
Sep 13, 2001
893
CA
Can someone post their mysql.sock file so I can see what it should look like?

Thanks.
 
The mysql.sock file shouldn't have any content, it's just a UNIX socket. //Daniel
 
so how does one create a new mysql.sock if it has been deleted?
 
You can't, a socket is generated at program startup into the unix environment.

Restarting mysql should reinstate your socket unless its been disabled.

If you are receiving "Unable to connect to mysql on localhost using socket /patyh/to/some.socket (111)"
then check the permissions on the directory containing the socket. ______________________________________________________________________
There's no present like the time, they say. - Henry's Cat.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top