-
System requirements
-
Installing Bitrix24 Self-hosted
-
Preliminary operations
-
Step 1. The license agreement
-
Step 2. Product registration
-
Step 3. Preliminary verification
-
Step 4. Database creation
-
Step 5. System installation
-
Step 6. Creating an administrator's account
-
Bitrix24 Configuration Wizard
-
Installing Bitrix24.CRM
-
Site installation in BitrixVA/BitrixEnv
-
Installing using BitrixSetup
-
Uninstalling Bitrix24
-
Installing Bitrix24 Self-hosted on other environments
-
Installing environment for SLES 15
-
Installing environment for RedHat8
-
-
Development only option
-
Marketplace applications
-
-
Registration procedure
-
Update system
-
Configuring IIS for use with the system
-
Backup and restoration tools
-
Transfer to hosting
-
Possible errors
-
Server configuration errors
-
Database failures
-
Possible server failures
-
-
Document Search Setup
-
Adding new formats
-
Setting Up Web Environment with PHP Version below 5.2.6
-
Search of MS Office documents of earlier versions
-
MariaDB configuration
Lesson 34 out of 78
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.