0

ERROR 1881 (HY000) at line 43: Operation not allowed when innodb_forced_recovery > 0

When i try inserting mysql database to new database, the following error appears,

ERROR 1881 (HY000) at line 43: Operation not allowed when innodb_forced_recovery >  0
MySQL InnoDB Add a comment
julian
asked Apr 22 2017

Answer

0

Check with the innodb_forced_recovery value in my.cnf file. If its greater than 0, make it 0 and restart Mysql service.

Add a comment
jagannatharumugam
asked Apr 24 2017
edited Oct 05 2018
Post your Answer