Hello,
We are using Percona for replication. Although, one of our nodes has read-only option activated. Can this cause any trouble in our replication?
Hello,
We are using Percona for replication. Although, one of our nodes has read-only option activated. Can this cause any trouble in our replication?
Enabling the read-only option on a slave is a best practice, and will not interfere with replication.
Keep in mind that if a user has the SUPER privilege, they will be able to modify data regardless of if the server is set to read-only or not.
Hi,
As Scott said, read_only option should be enable on slave as a best practice and to avoid duplicate entry errors on slave. I would suggest you to read below.
[URL]MySQL :: MySQL 8.0 Reference Manual :: 5.1.8 Server System Variables
Thanks.
Thank’s,
Your help was very efficient.
Unanswered | Unsolved | Solved
MySQL, InnoDB, MariaDB and MongoDB are trademarks of their respective owners.
Copyright © 2006 - 2024 Percona LLC. All rights reserved.