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!
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.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.