Restoring xbstream Backup Created by Percona Xtrabackup
Backing up Once Percona Xtrabackup is installed, you can create a full backup with parallel compression as below: $ innobackupex --stream=xbstream --parallel=4 --compress --compress-threads=2...
View ArticleCentOS/Redhat: How to Install MySQL Sandbox
When you have started to work heavily with MySQL servers, and you need to create, install, configure and destroy MySQL instances, MySQL Sandbox is a great tool to automate those tasks. MySQL Sandbox...
View ArticleInstall and Configure HAProxy for MySQL Galera Cluster
In this post, I’m going to cover on how to add load balancer for the MariaDB Galera Cluster. The major steps are: Ensure all Galera nodes are running as a single cluster (all nodes are primary and...
View ArticleInstalling MySQL 5.7 (Oracle) using APT repository
I got a task to test and deploy the latest MySQL 5.7 from Oracle on Ubuntu and Debian servers. It turns out with MySQL’s APT repository, this is very trivial. Here is how to get MySQL 5.7 installed on...
View Article