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
MySQL 8.4 LTS was released on 10 Apr 2024. When running gh-ost on version 8.4.3, I ran into issues where we had assumed certain commands such as SHOW MASTER STATUS / SHOW SLAVE STATUS / START SLAVE / STOP SLAVE to work.
Version 8.4 of MySQL officially removed support for the old commands.
MySQL 8.4 LTS was released on 10 Apr 2024. When running gh-ost on version 8.4.3, I ran into issues where we had assumed certain commands such as
SHOW MASTER STATUS
/SHOW SLAVE STATUS
/START SLAVE
/STOP SLAVE
to work.Version 8.4 of MySQL officially removed support for the old commands.
Reference: https://dev.mysql.com/doc/refman/8.4/en/mysql-nutshell.html (see Replication Syntax)
The text was updated successfully, but these errors were encountered: