msyql 启动报错 找不到pid 文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了msyql 启动报错 找不到pid 文件相关的知识,希望对你有一定的参考价值。


安装完mysql 启动mysql 数据库 


报错 


Starting MySQL.The server quit without updating PID file (/app/mysql/mysql/data/mysqld.pid).[FAILED]Starting MySQL.The server quit without updating PID file (/app/mysql/mysql/data/mysqld.pid).[FAILED]


查看报错日志 


  

2017-07-11T02:23:04.368749Z 0 [ERROR] InnoDB: mmap(137428992 bytes) failed; errno 12

2017-07-11T02:23:04.368761Z 0 [ERROR] InnoDB: Cannot allocate memory for the buffer pool

2017-07-11T02:23:04.368767Z 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error

2017-07-11T02:23:04.368775Z 0 [ERROR] Plugin ‘InnoDB‘ init function returned error.

2017-07-11T02:23:04.368779Z 0 [ERROR] Plugin ‘InnoDB‘ registration as a STORAGE ENGINE failed.

2017-07-11T02:23:04.368784Z 0 [ERROR] Failed to initialize plugins.

2017-07-11T02:23:04.368788Z 0 [ERROR] Aborting


判断是 内存问题 


修改 buffer pool 的内存大小

innodb_buffer_pool_size=8M


重启数据库,可以正常启动了

本文出自 “sdsca” 博客,请务必保留此出处http://sdsca.blog.51cto.com/10852974/1946238

以上是关于msyql 启动报错 找不到pid 文件的主要内容,如果未能解决你的问题,请参考以下文章

MySql启动报错,系统文件找不到,不能启动问题

mysql 启动报错--发现系统错误2,系统找不到指定的文件。

免安装版--- mysql 启动报错--发现系统错误2,系统找不到指定的文件。解决办法

Springboot启动找不到bean

IDEA编译正常,但是启动报找不到符号

mysql启动报错:由于找不到vcruntime140_1.dll,无法继续执行代码