• <fieldset id="8imwq"><menu id="8imwq"></menu></fieldset>
  • <bdo id="8imwq"><input id="8imwq"></input></bdo>
    最新文章專題視頻專題問答1問答10問答100問答1000問答2000關鍵字專題1關鍵字專題50關鍵字專題500關鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關鍵字專題關鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
    問答文章1 問答文章501 問答文章1001 問答文章1501 問答文章2001 問答文章2501 問答文章3001 問答文章3501 問答文章4001 問答文章4501 問答文章5001 問答文章5501 問答文章6001 問答文章6501 問答文章7001 問答文章7501 問答文章8001 問答文章8501 問答文章9001 問答文章9501
    當前位置: 首頁 - 科技 - 知識百科 - 正文

    MySQL服務啟動時,錯誤:1067,進程意外終止

    來源:懂視網 責編:小采 時間:2020-11-09 07:42:12
    文檔

    MySQL服務啟動時,錯誤:1067,進程意外終止

    MySQL服務啟動時,錯誤:1067,進程意外終止:尋找錯誤日志,日志默認在: C:\ProgramData\MySQL\MySQL Server 5.6\data\LI-PC.err 錯誤日志如下: InnoDB: Error: could not open single-table tablespace file .\mysql\innodb_index_stats.ibdInnoDB
    推薦度:
    導讀MySQL服務啟動時,錯誤:1067,進程意外終止:尋找錯誤日志,日志默認在: C:\ProgramData\MySQL\MySQL Server 5.6\data\LI-PC.err 錯誤日志如下: InnoDB: Error: could not open single-table tablespace file .\mysql\innodb_index_stats.ibdInnoDB

    尋找錯誤日志,日志默認在: C:\ProgramData\MySQL\MySQL Server 5.6\data\LI-PC.err 錯誤日志如下: InnoDB: Error: could not open single-table tablespace file .\mysql\innodb_index_stats.ibdInnoDB: We do not continue the crash recovery, because

    尋找錯誤日志,日志默認在:
    C:\ProgramData\MySQL\MySQL Server 5.6\data\LI-PC.err
    錯誤日志如下:

    InnoDB: Error: could not open single-table tablespace file .\mysql\innodb_index_stats.ibd
    InnoDB: We do not continue the crash recovery, because the table may become
    InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
    InnoDB: To fix the problem and start mysqld:
    InnoDB: 1) If there is a permission problem in the file and mysqld cannot
    InnoDB: open the file, you should modify the permissions.
    InnoDB: 2) If the table is not needed, or you can restore it from a backup,
    InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
    InnoDB: crash recovery and ignore that table.
    InnoDB: 3) If the file system or the disk is broken, and you cannot remove
    InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
    InnoDB: and force InnoDB to continue crash recovery here.
    140424 9:34:06 [Note] Plugin 'FEDERATED' is disabled.
    140424 9:34:06 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.
    140424 9:34:06 InnoDB: The InnoDB memory heap is disabled
    140424 9:34:06 InnoDB: Mutexes and rw_locks use Windows interlocked functions
    140424 9:34:06 InnoDB: Compressed tables use zlib 1.2.3
    140424 9:34:06 InnoDB: CPU does not support crc32 instructions
    140424 9:34:06 InnoDB: Initializing buffer pool, size = 49.0M
    140424 9:34:06 InnoDB: Completed initialization of buffer pool
    140424 9:34:06 InnoDB: highest supported file format is Barracuda.
    InnoDB: The log sequence number in ibdata files does not match
    InnoDB: the log sequence number in the ib_logfiles!
    140424 9:34:06 InnoDB: Database was not shut down normally!
    InnoDB: Starting crash recovery.
    InnoDB: Reading tablespace information from the .ibd files...
    140424 9:34:06 [ERROR] InnoDB: InnoDB: Error: Attempt to open a tablespace previously opened.
    Previous tablespace hibernate/teacher uses space ID: 2 at filepath: .\hibernate\teacher.ibd
    Cannot open tablespace mysql/innodb_index_stats which uses space ID: 2 at filepath: .\mysql\innodb_index_stats.ibd
    
    InnoDB: Error: could not open single-table tablespace file .\mysql\innodb_index_stats.ibd
    InnoDB: We do not continue the crash recovery, because the table may become
    InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
    InnoDB: To fix the problem and start mysqld:
    InnoDB: 1) If there is a permission problem in the file and mysqld cannot
    InnoDB: open the file, you should modify the permissions.
    InnoDB: 2) If the table is not needed, or you can restore it from a backup,
    InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
    InnoDB: crash recovery and ignore that table.
    InnoDB: 3) If the file system or the disk is broken, and you cannot remove
    InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
    InnoDB: and force InnoDB to continue crash recovery here.
    

    解決方案:僅從上述信息看,是innodb 的數據文件損壞,在我安裝Mysql的數據目錄:C:\ProgramData\MySQL\MySQL Server 5.6\data下,一般來說,直接刪除ibdata1, ib_logfile0, .. 等innodb的文件,讓MYSQL自動重建即可。

    聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

    文檔

    MySQL服務啟動時,錯誤:1067,進程意外終止

    MySQL服務啟動時,錯誤:1067,進程意外終止:尋找錯誤日志,日志默認在: C:\ProgramData\MySQL\MySQL Server 5.6\data\LI-PC.err 錯誤日志如下: InnoDB: Error: could not open single-table tablespace file .\mysql\innodb_index_stats.ibdInnoDB
    推薦度:
    標簽: 錯誤 服務 意外
    • 熱門焦點

    最新推薦

    猜你喜歡

    熱門推薦

    專題
    Top
    主站蜘蛛池模板: 国产成人亚洲合集青青草原精品 | 久久国产精品成人影院| 99re66在线观看精品免费| 精品久久久久久无码免费| 青娱乐国产精品视频| 成人精品一区二区三区在线观看 | 91精品国产91久久久久久青草| 婷婷国产成人精品视频| 永久无码精品三区在线4| 亚洲精品制服丝袜四区| 2023国产精品自拍| 91精品国产91久久综合| 亚洲欧洲国产精品香蕉网| 欧美ppypp精品一区二区| 国产精品99| 尤物国产在线精品福利一区| 97久久精品国产精品青草| 精品人妻久久久久久888| 少妇伦子伦精品无码STYLES| 亚洲欧美精品一区久久中文字幕| 久久国产综合精品五月天| 国产精品一区在线观看你懂的| 99热成人精品热久久669| 精品无码一区二区三区爱欲九九| 亚洲日韩精品一区二区三区| 亚洲欧洲精品成人久久奇米网| 久久精品国产只有精品66| 精品国精品国产自在久国产应用男| 91精品国产成人网在线观看| 久久97精品久久久久久久不卡| 国产精品久久久久影视不卡| laowang在线精品视频| 国产精品亚洲аv无码播放| 精品无码久久久久久尤物| 国产精品污WWW在线观看| 99久久免费国产精精品| 久久青青草原精品影院| 国产精品VIDEOSSEX久久发布| 国产伦精品一区二区免费| 久久久91人妻无码精品蜜桃HD| 欧美精品一区二区在线精品 |