Table is 'read only'

后端 未结 10 1289
旧时难觅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:48

    MySQL doesn't have write access to the database file. Check the permissions and the owner of the file.

提交回复
热议问题