How to Configure MariaDB on Ubuntu 20.04
Step 1 : The configuration files for MariaDB are stored in the /etc/mysql directory. In that directory, you’ll see the following files by default: ls /etc/mysql Step 2 : The configuration file that MariadDB reads on startup is the /etc/mysql/mariadb.cnf file. The /etc/mysql/mariadb.cnf file sets… Read More