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
Hi, I have a mysql RDS replica instance which is configured properly, I am able to do a
SHOW BINARY LOGS and the binlog format is set to ROW. When try to use and get the events in debug mode. The last event I am getting is this
--> ComBinlog {
command: 18,
position: 4,
flags: 0,
serverId: 650931968,
filename: 'mysql-bin-changelog.144390' }
Not getting even the bin log ROTATE event even though i see new binlog files getting emitted. Am I missing any configuration or something on the RDS instance?
The text was updated successfully, but these errors were encountered:
Hi, I have a mysql RDS replica instance which is configured properly, I am able to do a
SHOW BINARY LOGS and the binlog format is set to ROW. When try to use and get the events in debug mode. The last event I am getting is this
--> ComBinlog {
command: 18,
position: 4,
flags: 0,
serverId: 650931968,
filename: 'mysql-bin-changelog.144390' }
Not getting even the bin log ROTATE event even though i see new binlog files getting emitted. Am I missing any configuration or something on the RDS instance?
The text was updated successfully, but these errors were encountered: