调用更新接口时报错:errorCode:2026 ?
The MySQL server is running with the --read-only option so it cannot execute this statement
调用更新接口时报错:errorCode:2026 ?
The MySQL server is running with the --read-only option so it cannot execute this statement
4 回答1.2k 阅读✓ 已解决
3 回答2.6k 阅读✓ 已解决
8 回答1.2k 阅读
2 回答1.3k 阅读✓ 已解决
3 回答1k 阅读✓ 已解决
1 回答931 阅读✓ 已解决
1 回答956 阅读✓ 已解决
已经提示您只能读取,因此不能作其它操作
而你现在的执行的是修改语句,所以报错了
解决方案:只能修改你当前的用户权限