Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/webpack/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
错误1067:进程意外终止MYSQL、Windows Server 2008 R2_Mysql_Windows Services_Innodb_Windows Server 2008 R2_Mysql Backup - Fatal编程技术网

错误1067:进程意外终止MYSQL、Windows Server 2008 R2

错误1067:进程意外终止MYSQL、Windows Server 2008 R2,mysql,windows-services,innodb,windows-server-2008-r2,mysql-backup,Mysql,Windows Services,Innodb,Windows Server 2008 R2,Mysql Backup,操作系统:Windows Server 2008 R2 MYSQL:我的SQL Server 5.6 错误: 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 [ER

操作系统:Windows Server 2008 R2 MYSQL:我的SQL Server 5.6

错误:

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服务没有运行,请告诉我如何进行备份

提前谢谢

\ibdata1无法以读写模式打开

意味着该文件或其所在目录的权限问题

更改basedir将丢失对ibdata1的跟踪,因此应谨慎使用