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
I want to use a single master instance and 2 read replica DB. When I add another Readonly then after reading from Read only database.
then when I want to write into a master database it throws the exception "The MySQL server is running with the --read-only option so it cannot execute this statement"
It happens from time to time not always.
Could you please help me using 2 Read Only database and single UPDATABLE database.