Report this

What is the reason for this report?

I can not restart mysql:

Posted on February 8, 2014

I can not restart mysql:

sudo service mysql restart stop: Unknown instance: start: Job failed to start

sudo -u mysql mysqld

140208 10:17:11 [Note] Plugin ‘FEDERATED’ is disabled. 140208 10:17:11 InnoDB: The InnoDB memory heap is disabled 140208 10:17:11 InnoDB: Mutexes and rw_locks use GCC atomic builtins 140208 10:17:11 InnoDB: Compressed tables use zlib 1.2.3.4 140208 10:17:11 InnoDB: Initializing buffer pool, size = 4.0G InnoDB: mmap(4395630592 bytes) failed; errno 12 140208 10:17:11 InnoDB: Completed initialization of buffer pool 140208 10:17:11 InnoDB: Fatal error: cannot allocate memory for the buffer pool 140208 10:17:11 [ERROR] Plugin ‘InnoDB’ init function returned error. 140208 10:17:11 [ERROR] Plugin ‘InnoDB’ registration as a STORAGE ENGINE failed. 140208 10:17:11 [ERROR] Unknown/unsupported storage engine: InnoDB 140208 10:17:11 [ERROR] Aborting

140208 10:17:11 [Note] mysqld: Shutdown complete



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

It seems it can’t initialize the InnoDB storage engine because it can’t allocate the 4GB buffer pool (innodb_buffer_pool_size parameter in my.cnf). <br>If you don’t have enough memory in the machine you probably need to either upgrade the machine or lower the limit.

Thank you very much Joachim Fermstad

Gonna have to use RDS on AWS

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.