- 积分
- 83
- 威望
-
- 金钱
-
- 注册时间
- 2014-5-11
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
lnmp restart
出现Starting MySQL..................................
然后就启动不起来。
要kill -9 掉后台的mysql进程才行,执行lnmp stop也没有杀死mysql
查看日志有大量这个错误
InnoDB: using the same InnoDB data or log files.
InnoDB: Unable to lock /usr/local/mysql/var/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/var/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/var/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/var/ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
我看了下数据库,没有用到InnoDB,有办法禁用InnoDB或卸载他吗?
是不是禁用了InnoDB应该就正常了,现在用的是正式版最新的
|
|