我的系统是WIN10。我安装wamp集成环境的时候安装到C盘是没有问题的。但是C盘我不想装太多东西,所以安装到F盘后,就无法启动MySQL数据库了。
错误日志是:
2017-08-10T08:00:33.333683Z 0 [ERROR] InnoDB: Header page consists of zero bytes in datafile: .\ibdata1, Space ID:0, Flags: 0. Please refer to http://dev.mysql.com/doc/refman/5.7/en/innodb-troubleshooting-datadict.html for how to resolve the issue.
2017-08-10T08:00:33.341698Z 0 [ERROR] InnoDB: Corrupted page [page id: space=0, page number=0] of datafile '.\ibdata1' could not be found in the doublewrite buffer.
2017-08-10T08:00:33.346687Z 0 [ERROR] InnoDB: Plugin initialization aborted with error Data structure corruption
2017-08-10T08:00:33.653837Z 0 [ERROR] Plugin 'InnoDB' init function returned error.
2017-08-10T08:00:33.656845Z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2017-08-10T08:00:33.659853Z 0 [ERROR] Failed to initialize plugins.
2017-08-10T08:00:33.661357Z 0 [ERROR] Aborting请问应该怎么配置~~