Increasing mysql or mariadb max connections

Find out whether MySQL, or MariaDB service is used: # systemctl list-unit-files | grep -E ‘mysql|mariadb’ mariadb.service enabled Create an override for the service file from the previous step: # systemctl edit mariadb.service Note: In case mysql.service, or mysqld.service was displayed on the previous step, replace “mariadb.service” with it. Add the following content to the opened text editor and save the file: … Read more