How to MySQL Replication setup, Master GTID & SSL EncryptionKedarJune 4, 2023 Setting up replication in MySQL is a common DBA task. The replication could be traditional binary log replication or based on GTID replication. This blog is a work log and… View Post
Relay log read failure | 2 many dots can break your replication only onceKedarAugust 19, 2021 Two or more dots in your relay log or binary log names can break replication; but worry not, it will only do it once. If you request to start again,… View Post
MariaDB slave restore using GTID & xtrabackup bugKedarDecember 31, 2014 Restoring MariaDB (MySQL) slave using Xtrabackup & GTID. View Post