简体   繁体   English

无法修改 binlog_format 的默认参数组

[英]Cannot modify a default parameter group for binlog_format

Using RDS Aurora cluster with engine 5.6.mysql_aurora.1.22.2 in AWS with a writer instance(us-east-1a) and a replica instance db.t3.small (us-east-1b).在 AWS 中使用带有引擎 5.6.mysql_aurora.1.22.2 的 RDS Aurora 集群,带有一个写入器实例 (us-east-1a) 和一个副本实例 db.t3.small (us-east-1b)。

I'm trying to change the default parameter group for binlog_format from OFF to ROW, but I'm having this error:我正在尝试将 binlog_format 的默认参数组从 OFF 更改为 ROW,但出现此错误:

Error saving: Cannot modify a default parameter group. (Service: AmazonRDS; Status Code: 400; Error Code: InvalidParameterValue; Request ID: 4571b2e7-02c2-454a-9a21-062a8ffa66a5; Proxy: null)

Any thoughts?有什么想法吗?

In order to change a setting in the parameter groups, you will need to create a new custom parameter group, and then change the binlog_format parameter in there.为了更改参数组中的设置,您需要创建一个新的自定义参数组,然后在其中更改 binlog_format 参数。

Once that's saved, you'll be able to change the RDS instance over to the new parameter group.保存后,您就可以将 RDS 实例更改为新的参数组。 Rebooting will make the parameter group take affect.重启会使参数组生效。 Be aware of any downtime from rebooting your instance.请注意重启实例的任何停机时间。

I'm currently trying the same, and have referenced this article: https://aws.amazon.com/premiumsupport/knowledge-center/enable-binary-logging-aurora/ .我目前正在尝试相同的方法,并参考了这篇文章: https ://aws.amazon.com/premiumsupport/knowledge-center/enable-binary-logging-aurora/。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将MySQL从服务器切换为主服务器-BINLOG_FORMAT - Switch MySQL slave to master - BINLOG_FORMAT 收到错误无法执行语句:由于BINLOG_FORMAT = STATEMENT,因此无法写入二进制日志 - Getting error Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT 由于BINLOG_FORMAT = STATEMENT,因此无法写入二进制日志 - impossible to write to binary log since BINLOG_FORMAT = STATEMENT binlog_format =带有MySQL复制的STATEMENT和CURRENT_TIMESTAMP - binlog_format = STATEMENT and CURRENT_TIMESTAMP with MySQL replication 从 spark 写入 MySql 时出现错误 BINLOG_FORMAT = STATEMENT - Error BINLOG_FORMAT = STATEMENT when writing from spark to MySql 警告:使用语句格式写入二进制日志的不安全语句,因为 BINLOG_FORMAT = STATEMENT - Warning: Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT 1548 [警告]由于BINLOG_FORMAT = STATEMENT,因此使用语句格式将不安全的语句写入二进制日志 - 1548 [Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT 将binlog_format更改为行后,mysql 5.6仍记录为语句 - mysql 5.6 still records as statement after changing binlog_format to row 无法在 MySQL 中使用 binlog_format=ROW(或 MIXED)创建非确定性函数 - Can't create a Non-Deterministic functions in MySQL with binlog_format=ROW (or MIXED) sync_binlog 参数 - sync_binlog parameter
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM