Docker: create a MariaDB or MySQL container

In this tutorial, I will explain how to create a MariaDB or MySQL container with Docker. Today, more and more applications are present in businesses and require a database. Previously, we often had a server dedicated to the MySQL or MariaDB database where all the databases coexisted on the same server and with the same …

Read more



Back up your databases with mysqldump

mysqldump is a command line utility that allows you to perform backups of MySQL and MariaDB databases. It is automatically installed during the installation of the MySQL or MariaDB server and it is available for Linux and Windows. Examples : Under Windows, you must go to the folder where the exe is located or indicate …

Read more



MariaDB: version update

In this tutorial, I’ll explain how to perform a “mounted” (10.4 to 10.5) version of MariaDB on a Linux environment (Ubuntu). Before starting this operation, it is imperative to perform at least a backup of the databases. If the server is backed up, verify the backup. Small tip if you are in a virtual environment …

Read more



Cyberpanel: installation on Ubuntu and use

In this tutorial, I will explain how to install and use Cyberpanel on Ubuntu, after its installation we will see how to install WordPress. Cyberpanel overview In summary Cyberpanel is a web hosting management administration panel like Cpanel or Plesk. The particularity of Cyberpanel is to be based on the Web server (Open) LiteSpeed ​​which …

Read more



GLPI: installation on an Nginx server

Introduction In this tutorial, we will see step by step how to install GLPI on an Nginx / PHP / MariaDB server. Before you begin, you are going to need a web server with Nginx / PHP / MariaDB installed. If you need everything is explained in this tutorial: Ubuntu: install a web server – …

Read more



Ubuntu: install a web server – NGINX / PHP / MariaDB

In this tutorial, we will see how to install and configure a server in Ubuntu with the following components: Nginx PHP MariaDB I’ll also explain how to put phpmyadmin to administer the MariaDB server and how to configure vhosts. In this tutorial, we will not use the official repositories of the distribution, but the repositories …

Read more



MariaDB : Access denied for user ‘root’@’localhost’

Just after installing MariaDB on Ubuntu / Debian, this error may appear if you try to connect with phpMyadmin. To solve / work around the problem, we will create another user with the same level of rights as root. 1. Open an SSH connection on the server. 2. Enter the following commands: 3. Restart the …

Read more