Tag

cascade replication

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 16, 2024 · Databases

MySQL Cascade Replication Failure Caused by Duplicate server_id and Its Resolution

The article analyzes a MySQL cascade replication issue where the new slave failed to sync due to duplicate server_id values, explains the root cause stemming from automated server_id assignment, and provides step‑by‑step remediation to ensure unique server_id settings and reliable replication.

Database TroubleshootingMySQLcascade replication
0 likes · 6 min read
MySQL Cascade Replication Failure Caused by Duplicate server_id and Its Resolution
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 18, 2023 · Databases

Schema Change for a 400‑Million‑Row MySQL Table Using Cascade Replication

This article details a step‑by‑step strategy for expanding a VARCHAR column from 50 to 500 characters on a 4‑hundred‑million‑row MySQL 8.0 table, evaluating online DDL, gh‑ost, pt‑osc, and ultimately implementing a cascade replication workflow to meet a four‑hour downtime window.

MySQLcascade replicationgh-ost
0 likes · 10 min read
Schema Change for a 400‑Million‑Row MySQL Table Using Cascade Replication