老司机 发表于 2022-12-10 14:53:46

table is read only和innodb_read_only修改

当innodb_force_recovery设置参数值大于0后,可以对表进行select,create,drop操作,但insert,update或者delete这类操作是不允许的。

Win7+Xampp集成环境下Mysql数据库,当存储引擎设置为innoDB时出现错误码#1036 table is read only的解决办法:...
https://blog.csdn.net/chenxiabo6247/article/details/100846986

老司机 发表于 2022-12-10 15:14:31

show global variables like '%read_only%';

页: [1]
查看完整版本: table is read only和innodb_read_only修改