我的系統是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
請問應該怎么配置~~
uj5u.com熱心網友回復:
應該停了服務再拷貝檔案uj5u.com熱心網友回復:
完全洗掉mysql1、控制面板里洗掉mysql相關。
2、洗掉安裝目錄檔案夾。
3、清理注冊表。
http://jingyan.baidu.com/article/f96699bbaa8fc1894f3c1b5a.html
后再安裝
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/116708.html
標籤:MySQL
上一篇:mysql的自增與不自增,求解。(insert into a values(select max(id)+1 from a))
