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
It could be useful to have an option in the pi-appliance to restart the master-master replication to avoid setting a new replication each time a database is disconnected. The function should do something like:
mysql> STOP REPLICA;
mysql> SET GLOBAL SQL_REPLICA_SKIP_COUNTER = 1;
mysql> START REPLICA;
The text was updated successfully, but these errors were encountered:
It could be useful to have an option in the pi-appliance to restart the master-master replication to avoid setting a new replication each time a database is disconnected. The function should do something like:
mysql> STOP REPLICA;
mysql> SET GLOBAL SQL_REPLICA_SKIP_COUNTER = 1;
mysql> START REPLICA;
The text was updated successfully, but these errors were encountered: