簡體   English   中英

XAMPP MySQL無法啟動錯誤1217

[英]XAMPP MySQL won't start error 1217

我最近在計算機中感染了病毒,不得不重新安裝Windows。 幸運的是,我所有的東西都放在單獨的HDD上,所以我認為這只是重新格式化並重新啟動XAMPP。 但是顯然這並不容易,當我嘗試啟動MySQL時,我一直收到此錯誤消息

2014-04-18 10:26:35 3200 [Note] Plugin 'FEDERATED' is disabled.
2014-04-18 10:26:35 bb4 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.
2014-04-18 10:26:35 3200 [Note] InnoDB: The InnoDB memory heap is disabled
2014-04-18 10:26:35 3200 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-04-18 10:26:35 3200 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-04-18 10:26:35 3200 [Note] InnoDB: Not using CPU crc32 instructions
2014-04-18 10:26:35 3200 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2014-04-18 10:26:35 3200 [Note] InnoDB: Completed initialization of buffer pool
2014-04-18 10:26:43 3200 [Note] InnoDB: Highest supported file format is Barracuda.
2014-04-18 10:26:45 bb4 InnoDB: Operating system error number 1117 in a file operation.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.6/en/operating-system-error-codes.html
2014-04-18 10:26:45 3200 [ERROR] InnoDB: File D:\xampp\mysql\data\ib_logfile0: 'Windows aio' returned OS error 1217. Cannot continue operation

我該如何解決? 我不想丟失MySQL服務器中的數據。

請測試此方法,將mysql / data / ibdata1復制到另一個位置,如果Windows無法復制該文件,這意味着文件由於不必要的Windows shutdown而崩潰。因此ibdata1發生I / O錯誤。 您必須在xampp驅動器上運行Windows驅動器錯誤檢查。 Windows自動恢復您的ibdata1文件。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM