Starting mysqld:[FAILED]

General support questions
Post Reply
ilovecentos
Posts: 8
Joined: 2015/09/08 07:11:59

Starting mysqld:[FAILED]

Post by ilovecentos » 2015/10/08 03:42:23

Hello guys,
I have an issued regarding my mysql. As I already edit my.cnf,after i performing service mysqld restart. It failed to start. And here is the log error:-

151008 3:18:35 InnoDB: Completed initialization of buffer pool
151008 3:18:35 InnoDB: Fatal error: cannot allocate memory for the buffer pool
151008 3:18:35 [ERROR] Plugin 'InnoDB' init function returned error.
151008 3:18:35 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
151008 3:18:35 [ERROR] Unknown/unsupported storage engine: InnoDB
151008 3:18:35 [ERROR] Aborting

151008 3:18:35 [Note] /usr/libexec/mysqld: Shutdown complete

151008 03:18:35 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended


what am i supposed to do to run mysql normally. :?:

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: Starting mysqld:[FAILED]

Post by gerald_clark » 2015/10/08 04:01:13

You ran out of RAM.
Since you didn't tell us what changes you made to my.cnf, I can only recommend you undo them.

Post Reply