Reset MySQL root password for Galera Cluster ( Percona Xtradb / MariaDB )
The post Reset root password on Galera Cluster (Percona or MariaDB) first appeared on ..::CHANGE is INEVITABLE::...
Reset MySQL root password for Galera Cluster ( Percona Xtradb / MariaDB )
The post Reset root password on Galera Cluster (Percona or MariaDB) first appeared on ..::CHANGE is INEVITABLE::...
This post is a lab experiment learning from migration to the Percona Xtradb Cluster (Galera) and a very unexpected DEADLOCK scenario which took me back to basics. (root@localhost) [test]>insert into app values (1); ERROR 1213 (40001): Deadlock found when trying to get lock; try restarting transaction Little background: We needed to work on migrating the […]
The post MySQL to Galera Cluster Migration, Deadlock, Back to basics first appeared on ..::CHANGE is INEVITABLE::...
Learning from facepalm moments of a MySQL database restore from Percona Xtrabackup.
The post Restoring MySQL Database from xtrabackup – facepalm moments first appeared on ..::CHANGE is INEVITABLE::...
This post explains on the usage of mysql_repair_threads for repairing myisam table & the processlist status Repair with N threads
The post corrupted / crashed MyISAM + mysql_repair_threads = stuck “Repair with N threads” first appeared on ..::CHANGE is INEVITABLE::...
This blog post explores the syncing options for an inconsistent MySQL slave of Galera cluster node using pt-table-sync
The post Fixing inconsistency on MySQL Slave of Galera Cluster first appeared on ..::CHANGE is INEVITABLE::...
This is a quick setup guide of 10-steps to install and configure (multiple) MySQL instance on 3307 port, and make it slave from MySQL running on port 3306.
The post Setting-up second mysql instance & replication on Linux in 10 steps first appeared on ..::CHANGE is INEVITABLE::...
This post discuss the pt-table-checksum & error "Waiting to check replicas for differences: 0% 00:00 remain" with a use-case and solution.
The post pt-table-checksum & Waiting to check replicas for differences: 0% 00:00 remain first appeared on ..::CHANGE is INEVITABLE::...
MySQL ERROR 1018 (HY000): Can't read dir of './sakila/' (errno: 13 - Permission denied) caused due to moving database to a different partition and using softlink on CentOS and it's fix for SELinux.
The post MySQL 1018 (HY000): Can’t read dir errno: 13 – Permission denied first appeared on ..::CHANGE is INEVITABLE::...
It’s important to monitor the (database) backups after you set-it-up. In this post we will answer a few how to monitor MySQL Database backups solutions – monitoring methods. We should see suggestions for: Monitoring Holland MySQL Backup Monitoring mysqldump backups Monitoring Xtrabackup using log Monitoring Backups using Nagios Usually we can have our backup script […]
The post Monitoring MySQL Database Backups first appeared on ..::CHANGE is INEVITABLE::...
Recently a friend asked about Installing Percona Monitoring Tools for Nagios as he was facing a few issues. I managed to set-it-up on my ubuntu VM. Sharing the the work-log of Nagios and Percona Monitoring Plugins setup steps here for some-one who’s looking for the same! Install Nagios on Ubuntu – steps: (skip to Percona […]
The post Install Percona Monitoring Tools for Nagios – MySQL Plugins first appeared on ..::CHANGE is INEVITABLE::...