View Single Post

  #8 (permalink)  
Old 11-04-2007, 10:35 AM
TECK TECK is offline
Junior Member
User
 
Join Date: Apr 2007
My distro: CentOS 5
Posts: 9
Rep Power: 0
TECK is on a distinguished road
Default

Everything is all nice and dandy, Vivek.
Making the node solved the problem.

So far, the only things I still battle with are:

1. Every time I reboot, I have do so a hard link to the /var/lib/mysql/mysql.sock file:
Code:
ln /var/lib/mysql/mysql.sock /srv/var/lib/mysql/mysql.sock
I tried to add it into init.d mysqld start() function, but this is a very cheap method, and it does not work. Do you have an elegant solution for me?

Other then that, everything works 100%.
If you could help me with the last problem, it will be really appreciated.
__________________
yqed.com (why queued) - my blog

Last edited by TECK; 11-04-2007 at 10:52 AM..
Reply With Quote