Current time: 02-17-2025, 07:17 PM Hello There, Guest! (LoginRegister)


Post Reply 
Mysql.sock Problem ( mysqld.sock' (2) )
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #2
RE: Mysql.sock Problem ( mysqld.sock' (2) )
So, you changed the socket path from "/var/run/mysqld/mysqld.sock" to "/var/run/mysql/mysqld.sock" in your /etc/mysql/my.cnf file. Nevertheless:

1. You forgot to update /etc/mysql/debian.cnf as stated in the my.cnf file (see the following for referenceSmile
Code:
# Remember to edit /etc/mysql/debian.cnf when changing the socket location.
[client]
port            = 3306
socket          = /var/run/mysql/mysqld.sock

2. Are you sure that the /var/run/mysql folder exists and is owned by the mysql user/group? I bet it doesn't Tongue

Anyway, why did you choose to change the socket path to begin with?
(This post was last modified: 11-29-2010 09:21 PM by kilburn.)
11-29-2010 09:21 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Mysql.sock Problem ( mysqld.sock' (2) ) - kilburn - 11-29-2010 09:21 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)