【发布时间】:2020-01-07 11:47:00
【问题描述】:
我正在尝试将我的 Aurora mysql 5.6.10(启用数据 API)实例中的 binlog_format 参数更新为 ROW,但我无法更改它.
我已经相应地更新了我的自定义参数组,但是当我运行 show variables like 'binlog_format' 时,这些更改不会反映在集群上。
- 更改参数组后,集群立即进入
Modifying状态,但完成后参数尚未更新。 - 我似乎在 AWS UI 上找不到重启或停止集群的选项。
- 使用 CLI,尝试停止集群时出现此错误:
An error occurred (InvalidDBClusterStateFault) when calling the StopDBCluster operation: Stop-db-cluster is not supported for these configurations。 - 尝试更改容量设置,但没有任何效果。
还有其他我想念的方法吗?
【问题讨论】:
-
嗨 Luis,您还有什么想在这个问题中回答的吗?
标签: mysql amazon-web-services amazon-aurora