Mysql error "#1030 - Got error -1 from storage engine" when doing insert/update queries
You will notice in the errors this message
InnoDB: innodb_force_recovery is on: we do not allow InnoDB: database modifications by the user. Shut down
So please remove the innodb_force_recovery option from my.cnf
I had this error and my issue was resolved by doing the following:
Replace ENGINE=MyISAM with ENGINE=InnoDB
Microsoft Reference