Found a typo.

Appologize
This commit is contained in:
rieger::CLOUD 2018-07-09 14:43:50 +02:00 committed by Morris Jobke
parent f455f4919e
commit 190eed0f2a
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

View File

@ -41,7 +41,7 @@ Configuring a MySQL or MariaDB Database
If you decide to use a MySQL or MariaDB database, ensure the following:
* The transaction isolation level is set to "READ-COMMIT" in your MariaDB server configuration :file:`/etc/mysql/my.cnf` to persist even after a restart of your database server.
* The transaction isolation level is set to "READ-COMMITED" in your MariaDB server configuration :file:`/etc/mysql/my.cnf` to persist even after a restart of your database server.
Verify the **transaction_isolation** and **binlog_format**: