Please Help, Linux mysql nfs : Bind on unix socket: Function not implemented
Hi everybody
Thanks to read this thread and help me if you can
I have installed Mysql on red hat ES release 3 and i was working great.
For my applications, I decided to to put the data directory on another machine. The other machine is a big disk of storage (Adaptec snap server 1 terabyte)
It working great for all applications except Mysql
In fact, i put /var/lib/mysql on another machine and I made a nfs mount
When i try to start mysql i have this :
/etc/rc.d/init.d/mysqld start
Timeout error occurred trying to start MySQL Daemon.
Starting MySQL: [FAILED]
in the error message i have this
051028 11:12:33 mysqld started
051028 11:12:33 Can't start server : Bind on unix socket: Function not implemented
051028 11:12:33 Do you already have another mysqld server running on socket: /var/lib/mysql/mysql.sock ?
051028 11:12:33 Aborting
051028 11:12:33 /usr/libexec/mysqld: Shutdown Complete
051028 11:12:33 mysqld ended
I have verified the permission and everything seems to be ok
I can not find what it is wrong so suggestions are welcome !
|