2015-11-05 01:30:50 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2015-11-05 01:30:50 2496 [Warning] One can only use the --user switch if running as root
2015-11-05 01:30:52 2496 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
复制代码
我尝试了一些方法,但还是未解决,求助各位大声。。。。。作者: little_angel 时间: 2015-11-04 17:44
在线等~~~~作者: bamqjurgg 时间: 2015-11-11 00:07
mysql是以root用户启动的? 改为mysql作者: i6first 时间: 2015-11-17 11:24
2015-11-05 01:30:51 2496 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2015-11-05 01:30:51 2496 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2015-11-05 01:30:52 2496 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2015-11-05 01:30:52 2496 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
这些文件都被锁定了,说明有进程正在使用,是不是已经启动了一个mysql,作者: chenyx 时间: 2015-11-18 19:31
系统有另外的mysql服务在运行吧,楼主最好用service mysql restart来启动服务。