MariaDB Galera Cluster on Ubuntu 20 Rumi, December 28, 2022December 28, 2022 MariaDB Galera Cluster is a synchronous multi-master cluster for MariaDB with support for XtraDB/InnoDB storage engines. It has the following top features. It provides active-active multi-master topology You can read and write to any cluster node It has an automatic node joining Automatic membership control, failed nodes drop from the… Continue Reading
Install MariaDB 10 on Centos or Springdale Linux Rumi, June 18, 2022 Step 1: Add MariaDB Yum Repository Start by adding the MariaDB YUM repository file MariaDB.repo for RHEL/CentOS and Fedora systems. # nano /etc/yum.repos.d/MariaDB.repo Now add the following lines to your respective Linux distribution version as shown. [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.1/centos7-amd64 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1 Continue Reading
Install MariaDB on CentOS 7 Rumi, May 25, 2020 Start by adding the MariaDB YUM repository file MariaDB.repo for RHEL/CentOS and Fedora systems. # vi /etc/yum.repos.d/MariaDB.repo Now add the following lines to your respective Linux distribution version as shown. On CentOS 7 [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.1/centos7-amd64 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1 Step 2: Install MariaDB in CentOS 7 Once… Continue Reading
Layer-4 Load Balancing with HAProxy for MariaSQL Rumi, May 25, 2020 If you have a MariaSQL Galera Cluster (All master) deployed, you can use HAProxy L-4 load balancing proxy. Configure HAProxy on Layer4 Mode. On this example, configure MariaDB backend like the following environment. Configure HAProxy. Continue Reading
Install Mariadb on CentOS 7 Rumi, January 21, 2020 MariaDB is an open-source relational database management system, backward compatible, binary drop-in replacement of MySQL. It is developed by some of the original developers of the MySQL and by many people in the community. With the release of CentOS 7, MySQL was replaced with MariaDB as the default database system…. Continue Reading
Install MariaDB on CentOS 7 Rumi, February 9, 2019 MariaDB is an open source relational database management system, backward compatible, binary drop-in replacement of MySQL. It is developed by some of the original developers of the MySQL and by many people in the community. With the release of CentOS 7, MySQL was replaced with MariaDB as the default database… Continue Reading