My wordpress wp-admin login page keeps on redirecting when i enter my login credentials and press login it comes to wp-login.php
when i enable wp-debug mode i found this error code.
WordPress database error: [Operation not allowed when innodb_forced_recovery > 0.]
UPDATE `pp_options` SET `option_value` = '1468499701' WHERE `option_name` = '_transient_timeout__redux_activation_redirect'
WordPress database error: [Operation not allowed when innodb_forced_recovery > 0.]
UPDATE `pp_options` SET `option_value` = '1' WHERE `option_name` = '_transient__redux_activation_redirect'
WordPress database error: [Operation not allowed when innodb_forced_recovery > 0.]
INSERT INTO `pp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1468499671.5349268913269042968750', 'yes') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Help me out in this issue
Thanks in Advance.