
How to Create and Select MySQL Databases
This tutorial explains how to use the command line to create MySQL or MariaDB databases.
Read more

How to Install MariaDB on Ubuntu 18.04
MariaDB is an open-source, multi-threaded relational database management system, backward compatible replacement for MySQL. In this tutorial we will show you two different methods on how to install MariaDB on your Ubuntu 18.04 machine.

How to Back Up and Restore MySQL Databases with Mysqldump
This tutorial explains how to backup and restore MySQL or MariaDB databases from the command line using the mysqldump utility. The backup files created by the mysqldump utility are basically a set of SQL statements that can be used to recreate the original database.

How to Install Drupal on Ubuntu 18.04
In this tutorial we will show you how to install Drupal 8.6 on an Ubuntu 18.04 machine. There are multiple ways to install Drupal, this tutorial covers the steps necessary for installing Drupal 8.6 using Composer.
How to Manage MySQL Databases and Users from the Command Line

How to Reset the MySQL Root Password

Install MariaDB on CentOS 7
