Tag

MySQL5.7

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Jan 20, 2022 · Databases

Online Enabling and Disabling of GTID Replication in MySQL

This article explains the concepts behind MySQL GTID replication, compares GTID‑based and binlog‑position‑based replication, and provides step‑by‑step commands for safely enabling and disabling GTID mode online with minimal impact on production workloads.

DatabaseAdministrationGTIDMySQL
0 likes · 10 min read
Online Enabling and Disabling of GTID Replication in MySQL
Aikesheng Open Source Community
Aikesheng Open Source Community
Sep 6, 2019 · Databases

Setting Up MySQL 8.0 to MySQL 5.7 Replication

This guide explains how to configure replication from a MySQL 8.0 master to a MySQL 5.7 slave, covering supported version combinations, character‑set adjustments, authentication plugin changes, user creation, CHANGE MASTER commands, status verification, quick testing, and common pitfalls when using newer MySQL features.

MySQLMySQL5.7MySQL8
0 likes · 7 min read
Setting Up MySQL 8.0 to MySQL 5.7 Replication
Architect
Architect
Jul 25, 2016 · Databases

Analysis of MySQL Network Communication Protocol (MySQL 5.7)

This article examines MySQL's network communication stack—from the high‑level MySQL packet protocol down to the socket layer—detailing session creation, NET/VIO handling, result‑set transmission, metadata overhead, and performance measurements using MySQL 5.7.

DatabaseMySQLMySQL5.7
0 likes · 10 min read
Analysis of MySQL Network Communication Protocol (MySQL 5.7)