<span id="mktg5"></span>

<i id="mktg5"><meter id="mktg5"></meter></i>

        <label id="mktg5"><meter id="mktg5"></meter></label>
        最新文章專題視頻專題問答1問答10問答100問答1000問答2000關(guān)鍵字專題1關(guān)鍵字專題50關(guān)鍵字專題500關(guān)鍵字專題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關(guān)鍵字專題關(guān)鍵字專題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
        當(dāng)前位置: 首頁 - 科技 - 知識(shí)百科 - 正文

        MySQL服務(wù)啟動(dòng)時(shí),錯(cuò)誤:1067,進(jìn)程意外終止

        來源:懂視網(wǎng) 責(zé)編:小采 時(shí)間:2020-11-09 07:42:12
        文檔

        MySQL服務(wù)啟動(dòng)時(shí),錯(cuò)誤:1067,進(jìn)程意外終止

        MySQL服務(wù)啟動(dòng)時(shí),錯(cuò)誤:1067,進(jìn)程意外終止:尋找錯(cuò)誤日志,日志默認(rèn)在: C:\ProgramData\MySQL\MySQL Server 5.6\data\LI-PC.err 錯(cuò)誤日志如下: InnoDB: Error: could not open single-table tablespace file .\mysql\innodb_index_stats.ibdInnoDB
        推薦度:
        導(dǎo)讀MySQL服務(wù)啟動(dòng)時(shí),錯(cuò)誤:1067,進(jìn)程意外終止:尋找錯(cuò)誤日志,日志默認(rèn)在: C:\ProgramData\MySQL\MySQL Server 5.6\data\LI-PC.err 錯(cuò)誤日志如下: InnoDB: Error: could not open single-table tablespace file .\mysql\innodb_index_stats.ibdInnoDB

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

        尋找錯(cuò)誤日志,日志默認(rèn)在:
        C:\ProgramData\MySQL\MySQL Server 5.6\data\LI-PC.err
        錯(cuò)誤日志如下:

        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 的數(shù)據(jù)文件損壞,在我安裝Mysql的數(shù)據(jù)目錄:C:\ProgramData\MySQL\MySQL Server 5.6\data下,一般來說,直接刪除ibdata1, ib_logfile0, .. 等innodb的文件,讓MYSQL自動(dòng)重建即可。

        聲明:本網(wǎng)頁內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

        文檔

        MySQL服務(wù)啟動(dòng)時(shí),錯(cuò)誤:1067,進(jìn)程意外終止

        MySQL服務(wù)啟動(dòng)時(shí),錯(cuò)誤:1067,進(jìn)程意外終止:尋找錯(cuò)誤日志,日志默認(rèn)在: C:\ProgramData\MySQL\MySQL Server 5.6\data\LI-PC.err 錯(cuò)誤日志如下: InnoDB: Error: could not open single-table tablespace file .\mysql\innodb_index_stats.ibdInnoDB
        推薦度:
        標(biāo)簽: 錯(cuò)誤 服務(wù) 意外
        • 熱門焦點(diǎn)

        最新推薦

        猜你喜歡

        熱門推薦

        專題
        Top
        主站蜘蛛池模板: 麻豆视频免费播放| 亚洲国产精品SSS在线观看AV| 99re免费99re在线视频手机版| 香港一级毛片免费看| 亚洲国产亚洲片在线观看播放 | 亚洲国产精品激情在线观看| 无码人妻精品中文字幕免费东京热| 国产精品1024在线永久免费| 亚洲精品一卡2卡3卡四卡乱码| 亚洲精品综合久久中文字幕| 亚洲精品无码MV在线观看| 亚洲AV无码成人精品区大在线| 国内免费高清在线观看| 最近免费中文字幕大全免费| 日韩精品免费视频| 最近的2019免费中文字幕| 黄页网址在线免费观看| 亚洲成aⅴ人片久青草影院按摩| 亚洲国产精品白丝在线观看| 亚洲高清在线视频| 亚洲爆乳无码一区二区三区| 亚洲一区二区三区乱码A| 四虎永久在线精品免费观看地址 | 久久久亚洲精品国产| 亚洲中文字幕无码久久综合网| 亚洲Aⅴ无码一区二区二三区软件| 日本免费高清一本视频| 在线观看无码的免费网站| 成人毛片免费观看视频在线| 韩国免费一级成人毛片| 久久久久久久免费视频| 9久9久女女免费精品视频在线观看 | 久草免费福利视频| 久久免费99精品国产自在现线| 国产va免费精品| 日韩电影免费在线观看网站| 大地影院MV在线观看视频免费| 国产午夜精品久久久久免费视| 国产免费拔擦拔擦8X高清在线人| 久久青草精品38国产免费| 久久久久国产精品免费免费不卡|