这是我在尝试启动mysql服务器时遇到的错误:
# mysqld start
130105 8:51:28 [Note] Plugin 'FEDERATED' is disabled.
130105 8:51:28 InnoDB: The InnoDB memory heap is disabled
130105 8:51:28 InnoDB: Mutexes and rw_locks use GCC atomic builtins
130105 8:51:28 InnoDB: Compressed tables use zlib 1.2.3.4
130105 8:51:28 InnoDB: Using Linux native AIO
130105 8:51:28 InnoDB: Initializing buffer pool, size = 128.0M
InnoDB: mmap(135987200 bytes) failed; errno 12
130105 8:51:28 InnoDB: Completed initialization of buffer pool
130105 8:51:28 InnoDB: Fatal error: cannot allocate memory for the buffer pool
130105 8:51:28 [ERROR] Plugin 'InnoDB' init function returned error.
130105 8:51:28 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
mysqld: Too many arguments (first extra is 'start').
Use --verbose --help to get a list of available options
130105 8:51:28 [ERROR] Aborting
130105 8:51:28 [Note] mysqld: Shutdown complete
#
这是在我运行mysql_upgrade(Debian Squeeze)之后开始的。当我尝试初始化mysql时,下一部分也会发生:
Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
任何人都可以解释这个以及我如何才能正常启动mysqld并重新开始运行我的网站?
The InnoDB memory heap is disabled
。