Posts tagged "mariaDB"

Reseeding MariaDB Master–Slave Replication (Non-GTID) While the Master Stays Online

MariaDB replication breaks at the worst possible time, right when you need the database to be calm, predictable, and boring. If you’re running classic (non-GTID) master–slave replication, the fastest way out of a messy drift is usually not to “skip errors” or “restart services” endlessly. The cleanest recovery is to reseed the slave from a… Continue reading

MariaDB Master Slave Installation and Configuration on Linux Debian 12 Bookworm

MariaDB is an open-source relational database management system (RDBMS) that emerged as a fork of MySQL after concerns over its acquisition by Oracle. Developed by the original creators of MySQL, MariaDB retains compatibility with MySQL while offering additional features and enhancements. It supports ACID-compliant transactions, is known for its performance and scalability, and is widely… Continue reading