0

OS:的Windows Server 2008 R2 MYSQL:我的SQL Server 5.6錯誤1067:意外終止MYSQL的過程中,Windows Server 2008 R2的

錯誤:

2015-04-02 14:31:52 2956 [ERROR] InnoDB: .\ibdata1 can't be opened in read-write mode 
2015-04-02 14:31:52 2956 [ERROR] InnoDB: The system tablespace must be writable! 
2015-04-02 14:31:52 2956 [ERROR] Plugin 'InnoDB' init function returned error. 
2015-04-02 14:31:52 2956 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 
2015-04-02 14:31:52 2956 [ERROR] Unknown/unsupported storage engine: InnoDB 
2015-04-02 14:31:52 2956 [ERROR] Aborting 

步驟嘗試:

1. Deleted ib_logfile0 and ib_logfile1 and checked. 
2. Edited my-default.ini 
basedir="C:\mysql-5.6.11-win32\" 
datadir="C:\mysql-5.6.11-win32\data\" 
port=3306 
server-id=1 
bind-address=127.0.0.1 

**Current files/folders in Mysql/data**: 

WIN-BVVOL64R2ST.pid 

WIN-BVVOL64R2ST.err 

ibdata1 

auto.CNF 

performance_schema and 

mysql 

需要幫助來解決這個問題,非常重要。 請讓我知道如何採取備份,如果MySQL服務沒有運行。

在此先感謝。

回答

0

。\ ibdata1中無法在讀寫模式

打開意味着權限問題,無論是對文件或目錄上它是在。

更改basedir會失去跟蹤ibdata1,因此應謹慎使用。

相關問題