Skip to content

Instantly share code, notes, and snippets.

@aalex
Created May 22, 2014 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aalex/5bdd0c9c86b3b13e9508 to your computer and use it in GitHub Desktop.
Save aalex/5bdd0c9c86b3b13e9508 to your computer and use it in GitHub Desktop.
Error with MySQL server crashing
140522 15:12:41 [Warning] Using unique option prefix myisam-recover instead of myisam-recov
ll be removed in a future release. Please use the full name instead.
140522 15:12:41 [Note] Plugin 'FEDERATED' is disabled.
140522 15:12:41 InnoDB: The InnoDB memory heap is disabled
140522 15:12:41 InnoDB: Mutexes and rw_locks use GCC atomic builtins
140522 15:12:41 InnoDB: Compressed tables use zlib 1.2.8
140522 15:12:41 InnoDB: Using Linux native AIO
140522 15:12:41 InnoDB: Initializing buffer pool, size = 128.0M
InnoDB: mmap(137363456 bytes) failed; errno 12
140522 15:12:41 InnoDB: Completed initialization of buffer pool
140522 15:12:41 InnoDB: Fatal error: cannot allocate memory for the buffer pool
140522 15:12:41 [ERROR] Plugin 'InnoDB' init function returned error.
140522 15:12:41 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
140522 15:12:41 [ERROR] Unknown/unsupported storage engine: InnoDB
140522 15:12:41 [ERROR] Aborting
140522 15:12:41 [Note] /usr/sbin/mysqld: Shutdown complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment