MySQL Forums
Forum List  »  Replication

Re: Failover/Switchover steps for Single Source Single Replica configuration
Posted by: Bob Stoneman
Date: January 27, 2024 06:58PM

This is an Active-Passive configuration w/ both that have the read only global variable settings OFF (read_only, super_read_only).

mysql> show global variables like '%read_only%';
+-----------------------+-------+
| Variable_name | Value |
+-----------------------+-------+
| innodb_read_only | OFF |
| read_only | OFF |
| super_read_only | OFF |
| transaction_read_only | OFF |
+-----------------------+-------+
4 rows in set (0.01 sec)

Options: ReplyQuote




Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.