xampp mysql启动失败

mysql启动失败,并报出下面的错误信息:
2014-06-12 17:14:49 4956 [Note] Plugin 'FEDERATED' is disabled.
2014-06-12 17:14:49 218c InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2014-06-12 17:14:49 4956 [Note] InnoDB: The InnoDB memory heap is disabled
2014-06-12 17:14:49 4956 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-06-12 17:14:49 4956 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-06-12 17:14:49 4956 [Note] InnoDB: Not using CPU crc32 instructions
2014-06-12 17:14:49 4956 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2014-06-12 17:14:49 4956 [Note] InnoDB: Completed initialization of buffer pool
2014-06-12 17:14:49 4956 [Note] InnoDB: The first specified data file E:\xampp\mysql\data\ibdata1 did not exist: a new database to be created!
2014-06-12 17:14:49 4956 [Note] InnoDB: Setting file E:\xampp\mysql\data\ibdata1 size to 10 MB
2014-06-12 17:14:49 4956 [Note] InnoDB: Database physically writes the file full: wait...
2014-06-12 17:14:49 4956 [Note] InnoDB: Setting log file E:\xampp\mysql\data\ib_logfile101 size to 5 MB
2014-06-12 17:14:50 4956 [Note] InnoDB: Setting log file E:\xampp\mysql\data\ib_logfile1 size to 5 MB
2014-06-12 17:14:50 4956 [Note] InnoDB: Renaming log file E:\xampp\mysql\data\ib_logfile101 to E:\xampp\mysql\data\ib_logfile0
2014-06-12 17:14:50 4956 [Warning] InnoDB: New log files created, LSN=45781
2014-06-12 17:14:50 4956 [Note] InnoDB: Doublewrite buffer not found: creating new
2014-06-12 17:14:50 4956 [Note] InnoDB: Doublewrite buffer created
2014-06-12 17:14:52 4956 [Note] InnoDB: 128 rollback segment(s) are active.
2014-06-12 17:14:52 4956 [Warning] InnoDB: Creating foreign key constraint system tables.
2014-06-12 17:14:52 4956 [Note] InnoDB: Foreign key constraint system tables created
2014-06-12 17:14:52 4956 [Note] InnoDB: Creating tablespace and datafile system tables.
2014-06-12 17:14:52 4956 [Note] InnoDB: Tablespace and datafile system tables created.
2014-06-12 17:14:52 4956 [Note] InnoDB: Waiting for purge to start
2014-06-12 17:14:52 4956 [Note] InnoDB: 5.6.11 started; log sequence number 0
2014-06-12 17:14:52 4956 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 03163612-f212-11e3-ad5b-206a8a5a4241.
2014-06-12 17:14:52 4956 [Note] Server hostname (bind-address): '*'; port: 3306
2014-06-12 17:14:52 4956 [Note] IPv6 is available.
2014-06-12 17:14:52 4956 [Note]   - '::' resolves to '::';
2014-06-12 17:14:52 4956 [Note] Server socket created on IP: '::'.

解决方法是:D:\xampp\mysql\bin下面的my.ini中添加 innodb_force_recovery = 1
重启ok

猜你喜欢

转载自963630220-qq-com.iteye.com/blog/2078892
今日推荐