MariaDB

How to import a MySQL/MariaDB DatabaseRDVectorShutterstock

How to import a MySQL/MariaDB Database

Learn basic MySQL/MariaDB disaster recovery and preparedness: How to import databases from an exported MySQL dump file.

Read more
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/MariaDBAhmet Misirligulshutterstock

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
Connect to a MySQL-MariaDB Database with PHP on a Linux Cloud Server

Connect to a MySQL-MariaDB Database with PHP on a Linux Cloud Server

Learn how to connect to a MySQL/MariaDB database using PHP on a Cloud Server running Linux. This tutorial will cover connecting to a database on the same server as the PHP application, as well as how to connect to a database on a different Cloud Server.

Read more
Use PHP to insert information into a MySQL/MariaDB database from a HTML form

Use PHP to insert information into a MySQL/MariaDB database from a HTML form

A PHP script is a convenient way to accept information submitted from a website's HTML form and insert it into a MySQL/MariaDB database. This tutorial will cover how to create a basic PHP script for inserting data, and an HTML form to take user input from a webpage and pass it to…

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