From my last blog , I have explained the details about the configuration of InnoDB Cluster ( Group Replication + MySQL shell ) . You can find the link below . MySQL InnoDB Cluster Tutorial 1 ( Group Replication + MySQL Shell ) In this blog, I am going to explain How to integrate the MySQLContinue reading “MySQL InnoDB Cluster Tutorial 2 ( Integrating with MySQL router )”
Category Archives: Uncategorized
MySQL InnoDB Cluster Tutorial 1 ( Group Replication + MySQL Shell )
MySQL InnoDB Cluster has introduced by the MySQL team for the High Availability ( HA ) purpose . It provides a complete high availability solution for MySQL. Alright, I am planning to write the series of the blogs about the InnoDB Cluster configurations / Management with MySQL Shell / Monitoring etc … In this blogContinue reading “MySQL InnoDB Cluster Tutorial 1 ( Group Replication + MySQL Shell )”
wsrep_sst_auth is no more exist ( Percona Xtradb Cluster 8.x )
Before PXC 8.x , wsrep_sst_auth is the variable which was used to assign the SST ( State Snapshot Transfer ) user and password . From , PXC 8 the variable is deprecated and completely removed as it is causing the security concern because the user and password was saved in the .txt file and itContinue reading “wsrep_sst_auth is no more exist ( Percona Xtradb Cluster 8.x )”
Backup streaming with Mariabackup
Recently one of my friend had the requirement to configure the slave with MariaDB 10.4 . He planned to stream the backup from the standalone master to slave node and configure the replication . He was familiar with the Percona Xtrabackup and this is the first time he is working on the Mariabackup streaming .Continue reading “Backup streaming with Mariabackup”
