MySQL innodb破坏,主机名更改后

Gents,现在有一个mysql集群…在开发,但下降。 这发生在两个节点上的主机名更改之后。

InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock /usr/local/mysql/data/ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock /usr/local/mysql/data/ibdata1, error: 11 

MyISAM表加载罚款…

我需要做些什么才能让MySQL恢复正常? thansk!

在NFS上存在一个已知的陈旧的锁问题。 尝试这个:

 /etc/init.d/portmap restart /etc/init.d/nfslock restart 

看到这个错误报告和这个成功报告 。