- 积分
 - 117977
 
- 威望
 -  
 
- 金钱
 -  
 
- 注册时间
 - 2009-4-24
 
- 在线时间
 -  小时
 
- 最后登录
 - 1970-1-1
 
 
 
 
 
 
 | 
 
 
发表于 2020-4-12 12:45:25
|
显示全部楼层
 
 
 
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. 
200412  5:55:43  InnoDB: Unable to open the first data file 
InnoDB: Error in opening /usr/local/mysql/var/ibdata1 
200412  5:55:43  InnoDB: Operating system error number 11 in a file operation. 
InnoDB: Error number 11 means 'Resource temporarily unavailable'. 
InnoDB: Some operating system error numbers are described at 
InnoDB: http://dev.mysql.com/doc/refman/ ... em-error-codes.html 
200412  5:55:43 InnoDB: Could not open or create data files. 
200412  5:55:43 InnoDB: If you tried to add new data files, and it failed here, 
200412  5:55:43 InnoDB: you should now edit innodb_data_file_path in my.cnf back 
200412  5:55:43 InnoDB: to what it was, and remove the new ibdata files InnoDB created 
200412  5:55:43 InnoDB: in this failed attempt. InnoDB only wrote those files full of 
200412  5:55:43 InnoDB: zeros, but did not yet use them in any way. But be careful: do not 
200412  5:55:43 InnoDB: remove old data files which contain your precious data! 
200412  5:55:43 [ERROR] Plugin 'InnoDB' init function returned error. 
200412  5:55:43 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 
200412  5:55:43 [ERROR] Unknown/unsupported storage engine: InnoDB 
200412  5:55:43 [ERROR] Aborting  
按日志信息的话估计可能mysql已经启动或未被完整正确关闭,mysqld进程一直在占用,而无法启动 
kill 进程pid再启动 
 
 
频繁重启估计可能内存不够用了,你看一下系统日志 
 |   
 
 
 
 |