MySQL Forums
Forum List  »  InnoDB

Re: Innodb Crash recovery
Posted by: Andrew Stanfield
Date: May 29, 2013 01:03PM

+1 I have had almost the exact same problem. Here is my code below. Many of the forums I've reviewed talk about mysql running out of memory (causing it to crash), not sure if that is the problem here or not. I am running 3 databases on an Amazon micro instance so running out of memory is possible, though I'm the only person using the server at the moment. Thoughts?

130529 18:41:01 mysqld_safe Number of processes running now: 0
130529 18:41:01 mysqld_safe mysqld restarted
130529 18:41:01 [Note] Plugin 'FEDERATED' is disabled.
130529 18:41:01 InnoDB: The InnoDB memory heap is disabled
130529 18:41:01 InnoDB: Mutexes and rw_locks use GCC atomic builtins
130529 18:41:01 InnoDB: Compressed tables use zlib 1.2.5
130529 18:41:01 InnoDB: Using Linux native AIO
130529 18:41:01 InnoDB: Initializing buffer pool, size = 128.0M
InnoDB: mmap(137363456 bytes) failed; errno 12
130529 18:41:01 InnoDB: Completed initialization of buffer pool
130529 18:41:01 InnoDB: Fatal error: cannot allocate memory for the buffer pool
130529 18:41:01 [ERROR] Plugin 'InnoDB' init function returned error.
130529 18:41:01 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130529 18:41:01 [ERROR] Unknown/unsupported storage engine: InnoDB
130529 18:41:01 [ERROR] Aborting

130529 18:41:01 [Note] /usr/libexec/mysqld: Shutdown complete

130529 18:41:01 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended

Options: ReplyQuote


Subject
Views
Written By
Posted
2565
May 29, 2013 11:25AM
Re: Innodb Crash recovery
5743
May 29, 2013 01:03PM
2523
May 29, 2013 03:00PM
2239
May 30, 2013 07:43AM
2223
June 02, 2013 10:59PM
1824
May 29, 2013 04:48PM
1627
May 29, 2013 05:47PM
1487
May 29, 2013 09:37PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.