Mysql Error Attempted to open a previously opened tablespace

Solution:

In [mysqld] section, add the following line:
1.Add "innodb_force_recovery = 1" to Mysql -- my.ini file.

2.Start mysql56.
3.Remove "innodb_force_recovery = 1" from MySQL-- my.ini file.
4.Restart mysql56.

Post a Comment

0 Comments