Hello I wonder something about my mysql socket...
Mainly, my mysql server is used by my webserver (nginx) which is chrooted. So I link the mysql socket from /var/run/mysql/mysql.sock to /var/www/var/run/mysql/mysql.sock is there a way to automate this ? I think of a small command line to place in the rc script, and the same when it stops (it remove the link) or restart (remove the link, then recreate it)... Thanks for your advices.