日期:2014-05-16  浏览次数:20654 次

linux下mysql重启后失败,求帮助!急!!

[root@AY1312021459324652d5Z init.d]# vim /etc/my.cnf
[root@AY1312021459324652d5Z init.d]# mysqld start
2013-12-11 15:37:10 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2013-12-11 15:37:10 2113 [Note] Plugin 'FEDERATED' is disabled.
mysqld: Table 'mysql.plugin' doesn't exist
2013-12-11 15:37:10 2113 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
2013-12-11 15:37:10 2113 [Note] InnoDB: The InnoDB memory heap is disabled
2013-12-11 15:37:10 2113 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2013-12-11 15:37:10 2113 [Note] InnoDB: Compressed tables use zlib 1.2.3
2013-12-11 15:37:10 2113 [Note] InnoDB: Using Linux native AIO
2013-12-11 15:37:10 2113 [Note] InnoDB: Using CPU crc32 instructions
2013-12-11 15:37:10 2113 [Note] InnoDB: Initializing buffer pool, size = 128.0M
InnoDB: mmap(137363456 bytes) failed; errno 12
2013-12-11 15:37:10 2113 [ERROR] InnoDB: Cannot allocate memory for the buffer pool
2013-12-11 15:37:10 2113 [ERROR] Plugin 'InnoDB' init function returned error.
2013-12-11 15:37:10 2113 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2013-12-11 15:37:10 2113 [ERROR] mysqld: unknown variable 'default-character-set=utf8'
2013-12-11 15:37:10 2113 [ERROR] Aborting

2013-12-11 15:37:10 2113 [Note] Binlog end
2013-12-11 15:37:10 2113 [Note] Shutting down plugin 'partition'
2013-12-11 15:37:10 2113 [Note] Shutting down plugin 'ARCHIVE'
2013-12-11 15:37:10 2113 [Note] Shutting down plugin 'BLACKHOLE'
2013-12-11 15:37:10 2113 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2013-12-11 15:37:10 2113 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2013-12-11 15:37:10 2113 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2013-12-11 15:37:10 2113 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2013-12-11 15:37:10 2113 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2013-12-11 15:37:10 2113 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2013-12-11 15:37:10 2113 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2013-12-11 15:37:10 2113 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2013-12-11 15:37:10 2113 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2013-12-11 15:37:10 2113 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2013-12-11 15:37:10 2113 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2013-12-11 15:37:10 2113&n