Databases

Databases


Learn to deploy enterprise-class databases such as MySQL, MSSQL, MongoDB etc.


February 25, 2021 Databases SymmCom 6346

How To Install and Secure MariaDB 10.5.x on Debian 10

Forked from MySQL, created with love by original MySQL developers, MariaDB is one of the most popular open source database platforms to this date. MariaDB is guaranteed to stay open source. In this guide, we are going to see how to install MariaDB 10.5.x on…
April 15, 2019 Databases SymmCom 59005

How To Install PostgreSQL 11.x on CentOS 7

Based on Postgres 4.2, PostgreSQL was developed at Berkeley Computer Science Development, University of California. It was created to be a powerful open source relational database system able to run across multiple platforms such as Linux, Windows, Solaris,…
February 19, 2019 Databases SymmCom 67511

How To Recover MariaDB Galera Cluster After Partial or Full Crash

Galera is a multi-master cluster for MariaDB which replicates data using synchronous replication. Galera allows any nodes in the cluster to act as master and write to any node at a time. The active-active configuration of Galera cluster provides more load…
February 16, 2019 Databases SymmCom 24259

How To Configure MariaDB Galera Cluster on CentOS 7

Galera is a multi-master cluster for MariaDB which replicates data using synchronous replication. Galera allows any nodes in the cluster to act as master and write to any node at a time. The active-active configuration of Galera cluster provides more load…
October 19, 2018 Databases SymmCom 2052

How To Install and Secure MariaDB 10.x on CentOS 7

Forked from MySQL, created with love by original MySQL developers, MariaDB is one of the most popular open source database platforms to this date. MariaDB is guaranteed to stay open source. In this guide, we are going to see how to install MariaDB 10.x on…
January 14, 2018 Databases SymmCom 2095

How To Install and Secure MariaDB 10.x on Ubuntu 18.04

Forked from MySQL, created with love by original MySQL developers, MariaDB is one of the most popular open source database platforms to this date. MariaDB is guaranteed to stay open source. In this guide, we are going to see how to install MariaDB 10.x on…

Latest HOW-TOs