When trying to read the MariaDB binlog files, the reading may be interrupted with an error message, and the reading will stop: Some positions are…
Tag: mariadb
How To Install Linux, Apache, MySQL (MariaDB), PHP-FPM (LAMP) Stack on CentOS Stream 9
This article describes how to install a Web server with application back-end PHP and database back-end MySQL using MariaDB. In continuing the same topic, but…
How To Install Linux, Nginx, MySQL (MariaDB), PHP-FPM (LEMP) Stack on CentOS Stream 9
This article presents how to install a Web server with application back-end PHP and database back-end MySQL using MariaDB. All the software installed throughout this…
MariaDB/MySQL replication error – Error during XID COMMIT: failed to update GTID state in mysql.gtid_slave_pos
When in aggressive parallel mode MariaDB/MySQL replication could fail with: This table is used for tracking the replication process and you might probably just do:…
Replication hangs with Relay_Master_Log_File mysql-bin.999999 -wrong variables in mariadb (MySQL) show slave status
Several days after another .999999 hang out – mariadb (MySQL) stopped flushing relay-bin log after mysqld-relay-bin.999999, the monitoring of one of the slaves got critical…
mariadb mysql slave cannot stop and then crashes on start up with segmentation fault or abort
Let’s show you what means “That’s specifics of InnoDB data storage.” Here is the what this specific case will teach you: basic debug with strace…