Views: 3745
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: sles15/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.