MariaDB

Galera Cluster for MariaDB

Galera Cluster for MariaDB

When it comes to running and managing a Database Management System, synchronising all the interlinked databases is one of the most important and one of the most laborious tasks. However, if you use MariaDB, the Galera Cluster software for Linux can help with this task. It works…

Read more
How to install and use MySQL/MariaDB

How to install and use MySQL/MariaDB

MySQL/MariaDB is one of the most popular relational databases. Under Linux, it is easy to install and manage via the terminal. Find out how to install Mysql with this article’s step by step instructions. We will also show you the basic commands so that you can create your first…

Read more
Fix a MySQL/MariaDB ‘Too many connections’ error

Fix a MySQL/MariaDB ‘Too many connections’ error

Learn how to solve the MySQL/MariaDB ‘Too many connections’ error, which occurs when all available MySQL/MariaDB connections are in use. This error may occur in a script which connects to MySQL/MariaDB, or on a webpage which is generated (in whole or in part) from elements…

Read more
MariaDB vs. MySQLkentohShutterstock

MariaDB vs. MySQL

MySQL is the most used database management system in the world. This open source software has been available for productive use since 1995 and is generally considered a standard solution for users of relational databases. This could change in the near future. MariaDB, a…

Read more
Use PHP to retrieve information from a MySQL-MariaDB database

Use PHP to retrieve information from a MySQL-MariaDB database

PHP is designed to easily integrate into a website. One of the most common uses for PHP is to take content from a database and output it on an HTML page. This tutorial will cover how to connect to a MySQL/MariaDB database, pull out information from a simple table, and display it…

Read more
Page top