Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
-- Replication health quick checks: SHOW REPLICA STATUS\G -- lag, errors, thread status SELECT * FROM performance_schema.replication_applier_status_by_worker\G -- Key metrics to alert on: -- Seconds_Behind_Source > 30 -- Replica_IO_Running != Yes -- Replica_SQL_Running != Yes -- Last_Error != ""
Result
Open