Hi Do you know any good mysql mailing list? I have question what is the different between /var/lib/mysql/mysql.sock /var/lib/mysql/mysqld.sock
Thank you
__________________________________________________________________ Instant Messaging, free SMS, sharing photos and more... Try the new Yahoo! Canada Messenger at http://ca.beta.messenger.yahoo.com/
Do you know any good mysql mailing list?
http://www.google.co.nz/search?q=mysql+mailing+list
I have question what is the different between /var/lib/mysql/mysql.sock /var/lib/mysql/mysqld.sock
I have very little knowledge of mysql, but my understanding is it's just a naming convention. CentOS uses mysql.sock for its mysqld service, and some other distributions use mysqld.sock.
It's just another method applications use to connect to mysql.
look at /etc/my.cnf to see where yours is configured to be.
on 12-2-2008 5:38 AM ann kok spake the following:
Hi
Do you know any good mysql mailing list?
I have question what is the different between
/var/lib/mysql/mysql.sock /var/lib/mysql/mysqld.sock Thank you
You can name the socket anything you want in the my.cnf file. You can call it /var/lib/mysql/shiny_puppy_happy_feeling.sock if you want to.