Created
March 4, 2014 14:34
-
-
Save castrojo/9347549 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@jorge-local-machine-8:~# tail /var/log/mysql/error.log | |
InnoDB: mmap(13495959552 bytes) failed; errno 12 | |
140304 9:32:37 InnoDB: Completed initialization of buffer pool | |
140304 9:32:37 InnoDB: Fatal error: cannot allocate memory for the buffer pool | |
140304 9:32:37 [ERROR] Plugin 'InnoDB' init function returned error. | |
140304 9:32:37 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. | |
140304 9:32:37 [ERROR] Unknown/unsupported storage engine: InnoDB | |
140304 9:32:37 [ERROR] Aborting | |
140304 9:32:37 [Note] /usr/sbin/mysqld: Shutdown complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment