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.