You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the RDS docs, a limitation with binlog_format and pt-table-checksum is referenced. In Aurora MySQL version 3, users are able to set binlog_format at the session level natively. Could this information regarding aurora version 3 be added?
Aurora does not allow editing of the read_only parameter. While it is defined as {TrueIfReplica}, the parameter is non-modifiable field.
read_only can be modified in cluster parameter groups and from Aurora MySQL version 3.06 and higher via the mysql.rds_set_read_only stored procedure(details here ). Only caveat is reader instances are always set to innodb_read_only=1 which cannot be modified.
Thanks!
Marc
The text was updated successfully, but these errors were encountered:
Hi,
binlog_format
and pt-table-checksum is referenced. In Aurora MySQL version 3, users are able to setbinlog_format
at the session level natively. Could this information regarding aurora version 3 be added?read_only
can be modified in cluster parameter groups and from Aurora MySQL version 3.06 and higher via themysql.rds_set_read_only
stored procedure(details here ). Only caveat is reader instances are always set toinnodb_read_only=1
which cannot be modified.Thanks!
Marc
The text was updated successfully, but these errors were encountered: