error Unknown table engine ‘InnoDB‘

error Unknown table engine 'InnoDB'   出现这个问题的情况 原因不唯一   要具体看

登录mysql 

show engines;

没有看到InnoDB plugin

ps aux|grep mysql  

查看mysql的错误日志配置路径文件   --log-error=/data/mysql/iZ23hsfa2r5Z.err

vim /data/mysql/iZ23hsfa2r5Z.err

error Unknown table engine ‘InnoDB‘_第1张图片

看到 InnoDB: Fatal error: cannot allocate the memory for the buffer pool

问题大致晓得了   可用内存不足导致的

重启了PHP 重启MYSQL  可以了 

 

你可能感兴趣的:(mysql,mysql,数据库,InnoDB)