Table is 'read only'

后端 未结 10 1295
旧时难觅i
旧时难觅i 2020-11-29 12:07

When I want to execute an update query on my table I got an error saying:

1036 - Table data is read only.

10条回答
  •  情歌与酒
    2020-11-29 12:36

    In my case, mysql config file had innodb_force_recovery = 1. Commenting that out solved the issue. Hope it helps someone.

提交回复
热议问题