Categories
Products
Technologies
Top Rated docs

September 1, 2020

Building a Highly Available Database for Moodle Using MariaDB (Replication & MariaDB Cluster)

Face-to-face meetings, nowadays, are limited to the bare minimum, online activities have taken over as the main way for teacher - student interaction. It increased the stress on the existing online “meeting” platforms (is there...

August 31, 2020

Clustering Moodle on Multiple Servers for High Availability and Scalability

Moodle is an open-source e-learning platform (aka Learning Management System) that is widely adopted by educational institutions to create and administer online courses. For larger student bodies and higher volumes of instruction, moodle must be...

July 23, 2020

Comparing MariaDB Server to MariaDB Cluster

MariaDB Server and MariaDB Cluster are open source products powered by the MariaDB Corporation. MariaDB Server is one of the most popular relational databases, it was originally forked from MySQL server. MariaDB Cluster is a...

July 21, 2020

MaxScale Basic Management Using MaxCtrl for MariaDB Cluster

In the previous blog post, we have covered some introductions to MaxScale installation, upgrade, and deployment using MaxCtrl command-line client. In this blog post, we are going to cover the MaxScale management aspects for our...

July 9, 2020

What is MariaDB Enterprise Cluster?

MariaDB Enterprise Cluster is a subscription service of a highly available database solution from MariaDB Corporation which is managed with an Enterprise Lifecycle. There are three aspects of the Enterprise Lifecycle that are provided by...

July 2, 2020

How to Deploy a MariaDB Cluster for High Availability

MariaDB Cluster is a multi-primary replication system built from MariaDB Server, MySQL wsrep patch and Galera wsrep provider. Galera is based on synchronous (or ‘virtually synchronous’) replication method, which ensures the data applied to other...

June 26, 2020

Multi-Cloud Galera Cluster on AWS and Azure via Asynchronous Replication

In this blog post, we are going to set up two Galera-based Clusters running on Percona XtraDB Cluster 5.7, one for the production and one for the disaster recovery (DR). We will use ClusterControl to...

June 9, 2020

MariaDB Cluster Offline Installation for CentOS

Most of the installation steps available on the Internet cover the standard online installation, presuming the database hosts are having an active internet connection to the package repositories and satisfy all dependencies. However, installation steps...

June 3, 2020

Multi-Cloud Full Database Cluster Failover Options for MariaDB Cluster

High availability is paramount in today's business reality. But every service provider comes with an inherited risk of disruption -- and cloud service providers are no different. If they go down, even temporarily, then so...

March 24, 2020

How to Restore a Single Table Using Percona Xtrabackup?

Backups are the means of protecting from data loss - should something happen, you can easily restore it from the backup. You cannot predict what part of the data will have to be restored -...

March 11, 2020

How to Fix a Lock Wait Timeout Exceeded Error in MySQL

One of the most popular InnoDB errors is InnoDB lock wait timeout exceeded, for example: SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction The above simply means the transaction has reached the...

February 20, 2020

How to Protect your MySQL or MariaDB Database From SQL Injection: Part Two

In the first part of this blog we described how ProxySQL can be used to block incoming queries that were deemed dangerous. As you saw in that blog, achieving this is very easy. This is...

Subscribe below to be notified of fresh posts