
How to Allow Remote Connections to MySQL Database Server
This article goes through the steps necessary to allow remote connections to a MySQL server. The same instructions apply for MariaDB.
Read more

How to Create MySQL Users Accounts and Grant Privileges
MySQL server allows us to create numerous user accounts and grant appropriate privileges so that the users can access and manage databases. This tutorial describes how to create MySQL user accounts and grant privileges.

How to Install MariaDB on Ubuntu 20.04
MariaDB is an open-source relational database management system. This guide explains how to install and secure MariaDB on Ubuntu 20.04.

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 and Configure Redmine on CentOS 8

How to Create and Select MySQL Databases

How to Reset the MySQL Root Password

How to Install MariaDB on CentOS 8

How to Show/List Users in MySQL

List (Show) Tables in a MySQL Database
