doc:appunti:linux:sa:mysql_replica_master_master
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
doc:appunti:linux:sa:mysql_replica_master_master [2025/03/12 15:00] – [Crash test] niccolo | doc:appunti:linux:sa:mysql_replica_master_master [2025/03/12 15:03] (current) – [Verifica dello stato SLAVE] niccolo | ||
---|---|---|---|
Line 103: | Line 103: | ||
<code sql> | <code sql> | ||
SHOW STATUS LIKE ' | SHOW STATUS LIKE ' | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | +---------------+-------+ | ||
+ | | Variable_name | Value | | ||
+ | +---------------+-------+ | ||
+ | | Slave_running | ON | | ||
+ | +---------------+-------+ | ||
</ | </ | ||
Line 154: | Line 162: | ||
Replicate_Ignore_Server_Ids: | Replicate_Ignore_Server_Ids: | ||
| | ||
- | 1 row in set (0.00 sec) | ||
</ | </ | ||
+ | Se **durante la sincronizzazione uno statement fallisce** si vede l' | ||
+ | |||
+ | <code sql> | ||
+ | STOP SLAVE; | ||
+ | SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; | ||
+ | START SLAVE; | ||
+ | </ | ||
===== Crash test ===== | ===== Crash test ===== |
doc/appunti/linux/sa/mysql_replica_master_master.1741788000.txt.gz · Last modified: 2025/03/12 15:00 by niccolo