Connector Improvement: Support MySQL 8.4 Binary Logging
MySQL 8.4 has deprecated `SHOW MASTER STATUS`. The correct command is now `SHOW BINARY LOG STATUS`
This means that we can't use the binary log sync type on mysql dbs on 8.4 and above.
MySQL 8.4 has deprecated `SHOW MASTER STATUS`. The correct command is now `SHOW BINARY LOG STATUS`
This means that we can't use the binary log sync type on mysql dbs on 8.4 and above.
Please sign in to leave a comment.
Comments
0 comments