Views: 3446
Last Modified: 22.03.2021

MariaDB configuration requires executing the following settings:

  • transaction-isolation update to READ-COMMITTED;
  • innodb_flush_method set as O_DIRECT (preferred, but optional setting);
  • innodb_flush_log_at_trx_commit set as 2 (preferred, but optional setting).

All configuration files can be downloaded in archive . Config files for MariaDB are located in the folder: redhat8/my.cnf.d.

Place them in the directory /etc/my.cnf.d/.

Start the service:

systemctl --now enable mariadb

Service setup is executed via mysql_secure_installation.





Courses developed by Bitrix24