MYSQL不是以XAMPP开头的

时间:2014-04-03 20:17:09

标签: mysql

我是MYSQL的新手,我正在使用XAMPP。每次我尝试启动MYSQL时,我都会在日志文件中收到此错误。

140403 15:08:34 [Note] Plugin 'FEDERATED' is disabled.
140403 15:08:34 InnoDB: The InnoDB memory heap is disabled
140403 15:08:34 InnoDB: Mutexes and rw_locks use Windows interlocked functions
140403 15:08:34 InnoDB: Compressed tables use zlib 1.2.3
140403 15:08:34 InnoDB: Initializing buffer pool, size = 16.0M
140403 15:08:34 InnoDB: Completed initialization of buffer pool
InnoDB: Error: space header page consists of zero bytes in data file     C:\xampp\mysql\data\ibdata1
140403 15:08:34 InnoDB: Could not open or create data files.
140403 15:08:34 InnoDB: If you tried to add new data files, and it failed here,
140403 15:08:34 InnoDB: you should now edit innodb_data_file_path in my.cnf back
140403 15:08:34 InnoDB: to what it was, and remove the new ibdata files InnoDB created
140403 15:08:34 InnoDB: in this failed attempt. InnoDB only wrote those files full of
140403 15:08:34 InnoDB: zeros, but did not yet use them in any way. But be careful: do     not
140403 15:08:34 InnoDB: remove old data files which contain your precious data!
140403 15:08:34 [ERROR] Plugin 'InnoDB' init function returned error.
140403 15:08:34 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
140403 15:08:34 [ERROR] Unknown/unsupported storage engine: InnoDB
140403 15:08:34 [ERROR] Aborting

140403 15:08:34 [Note] c:\xampp\mysql\bin\mysqld.exe: Shutdown complete

关于我如何解决这个问题的任何想法?抱歉这个愚蠢的问题。谢谢!

0 个答案:

没有答案