This file should automatically appear if mysql is running.
Run ps aux|grep mysqld to check if mysql is running.
You can start it manually by going to the /etc/rc.d and ./rc.mysqld start.
If you can't start it, you need to chmod +x rc.mysqld (this will also starts mysql at boot).
|