作者热门文章
- mongodb - 在 MongoDB mapreduce 中,如何展平值对象?
- javascript - 对象传播与 Object.assign
- html - 输入类型 ="submit"Vs 按钮标签它们可以互换吗?
- sql - 使用 MongoDB 而不是 MS SQL Server 的优缺点
我在 AWS 中的 Aurora 数据库实例上执行 GRANT
语句时遇到此错误:
The MySQL server is running with the --read-only option so it cannot execute this statement
虽然我的用户不是只读的,但为什么会发生这种情况?
最佳答案
结果证明这是一个愚蠢的错误,但无论如何都会发布它以防其他人遇到问题:
我错误地访问了副本实例 - 我复制了副本的端点,它显然是只读的。因此,如果您遇到此问题,请确认您正在连接到主实例或最好的所有数据库集群端点。
编辑:根据@Justin 的回答,我们绝对应该使用数据库集群:
You need to connect to the cluster, rather than an instance. This is because instances seem to take a turn to be the readers and writers.
关于mysql - AWS 极光 : The MySQL server is running with the --read-only option so it cannot execute this statement,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46665588/
我是一名优秀的程序员,十分优秀!