记一次 mysql 启动没反应

Posted 三瑞

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了记一次 mysql 启动没反应相关的知识,希望对你有一定的参考价值。

 

vim /var/log/mysqld.log

2018-02-04 13:22:49 28507 [ERROR] InnoDB: Cannot allocate memory for the buffer pool
2018-02-04 13:22:49 28507 [ERROR] Plugin ‘InnoDB‘ init function returned error.
2018-02-04 13:22:49 28507 [ERROR] Plugin ‘InnoDB‘ registration as a STORAGE ENGINE failed.
2018-02-04 13:22:49 28507 [ERROR] Unknown/unsupported storage engine: InnoDB
2018-02-04 13:22:49 28507 [ERROR] Aborting

 

 

https://stackoverflow.com/questions/25965638/mysql-fatal-error-cannot-allocate-memory-for-the-buffer-pool

 

http://blog.csdn.net/xianglingchuan/article/details/72725346





以上是关于记一次 mysql 启动没反应的主要内容,如果未能解决你的问题,请参考以下文章