mysqld 空间头页错误(InnoDB)

mysqld 空间头页错误(InnoDB)

在格式化 C 后,没有原始 ini 文件,我复制了模板化的 mysql 文件,该文件告诉 mysql 使用每个表的文件和其他内容。我正确设置了路径和端口,但在运行它时出现此错误。我该如何修复它?据我所知,自从它正常工作以来,我没有对文件进行任何操作

>"D:\ProgramData\mysql-5.5.32-win32\bin\mysqld" --defaults-file="D:/ProgramData/my.ini" --console
130725 18:51:01 [Note] Plugin 'FEDERATED' is disabled.
130725 18:51:01 InnoDB: The InnoDB memory heap is disabled
130725 18:51:01 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130725 18:51:01 InnoDB: Compressed tables use zlib 1.2.3
130725 18:51:01 InnoDB: Initializing buffer pool, size = 96.0M
130725 18:51:01 InnoDB: Completed initialization of buffer pool
InnoDB: Error: space header page consists of zero bytes in data file D:\ProgramData\MySQL\MySQL Server 5.5\ibdata1
130725 18:51:01 InnoDB: Could not open or create data files.
130725 18:51:01 InnoDB: If you tried to add new data files, and it failed here,
130725 18:51:01 InnoDB: you should now edit innodb_data_file_path in my.cnf back
130725 18:51:01 InnoDB: to what it was, and remove the new ibdata files InnoDB created
130725 18:51:01 InnoDB: in this failed attempt. InnoDB only wrote those files full of
130725 18:51:01 InnoDB: zeros, but did not yet use them in any way. But be careful: do not
130725 18:51:01 InnoDB: remove old data files which contain your precious data!
130725 18:51:01 [ERROR] Plugin 'InnoDB' init function returned error.
130725 18:51:01 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130725 18:51:01 [ERROR] Unknown/unsupported storage engine: INNODB
130725 18:51:01 [ERROR] Aborting
130725 18:51:01 [Note] D:\ProgramData\mysql-5.5.32-win32\bin\mysqld: Shutdown complete

相关内容