[root@platypusmysql]#/usr/bin/mysql_install_db-umysql--explicit_defaults_for_timestampInstallingMySQLsystemtables...2013-12-2512:47:539003[Note]InnoDB:TheInnoDBmemoryheap...
[root@platypus mysql]# /usr/bin/mysql_install_db -u mysql --explicit_defaults_for_timestamp
Installing MySQL system tables...2013-12-25 12:47:53 9003 [Note] InnoDB: The InnoDB memory heap is disabled
2013-12-25 12:47:53 9003 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2013-12-25 12:47:53 9003 [Note] InnoDB: Compressed tables use zlib 1.2.3
2013-12-25 12:47:53 9003 [Note] InnoDB: Using Linux native AIO
2013-12-25 12:47:53 9003 [Note] InnoDB: Using CPU crc32 instructions
2013-12-25 12:47:53 9003 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2013-12-25 12:47:53 9003 [Note] InnoDB: Completed initialization of buffer pool
2013-12-25 12:47:53 9003 [ERROR] InnoDB: auto-extending data file ./ibdata1 is of a different size 640 pages (rounded down to MB) than specified in the .cnf file: initial 768 pages, max 0 (relevant if non-zero) pages!
2013-12-25 12:47:53 9003 [ERROR] InnoDB: Could not open or create the system tablespace. If you tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote those files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious data!
2013-12-25 12:47:53 9003 [ERROR] Plugin 'InnoDB' init function returned error.
2013-12-25 12:47:53 9003 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2013-12-25 12:47:53 9003 [ERROR] Unknown/unsupported storage engine: InnoDB
2013-12-25 12:47:53 9003 [ERROR] Aborting
2013-12-25 12:47:53 9003 [Note] Binlog end
2013-12-25 12:47:53 9003 [Note] /usr/sbin/mysqld: Shutdown complete
展开
605

被折叠的 条评论
为什么被折叠?



