0
我已經搜索高和低解決這個問題的解決方案。 My MySql爲我提供了以下讀數:MySQL ...啓動崩潰恢復
121231 20:41:05 [Note] Plugin 'FEDERATED' is disabled.
121231 20:41:05 InnoDB: The InnoDB memory heap is disabled
121231 20:41:05 InnoDB: Mutexes and rw_locks use Windows interlocked functions
121231 20:41:05 InnoDB: Compressed tables use zlib 1.2.3
121231 20:41:05 InnoDB: Initializing buffer pool, size = 512.0M
121231 20:41:05 InnoDB: Completed initialization of buffer pool
121231 20:41:05 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!
121231 20:41:05 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
121231 20:41:06 InnoDB: Waiting for the background threads to start
121231 20:41:07 InnoDB: 1.1.8 started; log sequence number 124716458
121231 20:41:07 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
121231 20:41:07 [Note] - '0.0.0.0' resolves to '0.0.0.0';
121231 20:41:07 [Note] Server socket created on IP: '0.0.0.0'.
121231 20:41:09 [Note] Event Scheduler: Loaded 0 events
121231 20:41:09 [Note] c:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '5.5.27' socket: '' port: 3306 MySQL Community Server (GPL)
它每次啓動。我試過刪除文件,刪除數據庫,運行Magento的修復數據庫工具,全新啓動一個新的數據庫,但不管我得到這個錯誤。
這讓我感到不舒服,因爲我不確定某些東西可能會被損壞或被破壞。我使用的是Windows Vista和Xampp,但我也使用nginX來顯示相同的內容。
我剛剛重新創建了一個全新的數據庫,現在關機後(我必須要做),錯誤再次出現!這是正常的事情還是有錯誤?
感謝
我認爲問題可能是。 給MySql訪問防火牆修復此問題 您應該允許MySQL服務器(mysqld.exe)啓動並允許訪問端口3306. 嘗試減少my.ini文件中的innodb_buffer_pool_size。將其設置爲1G並檢查是否允許服務啓動。 –
謝謝。它開始很好。它沒有任何問題開始。它可以通過計算機防火牆訪問,但不能訪問路由器防火牆。我的意思是它似乎運作良好。我實際上試過允許通過路由器防火牆進行訪問,並使用端口檢查器進行檢查。 – qrs
嘗試刪除您的日誌文件,停止服務器後,然後重新啓動服務器 –