mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #5386 from nextcloud/backport/5319/stable18
[stable18] Admin manual: Fix typo in MySQL/MariaDB properties
This commit is contained in:
commit
c60d5cebda
@ -58,7 +58,7 @@ Your :file:`/etc/mysql/my.cnf` could look like this:
|
||||
::
|
||||
|
||||
[server]
|
||||
skip-name-resolve
|
||||
skip_name_resolve = 1
|
||||
innodb_buffer_pool_size = 128M
|
||||
innodb_buffer_pool_instances = 1
|
||||
innodb_flush_log_at_trx_commit = 2
|
||||
@ -70,8 +70,8 @@ Your :file:`/etc/mysql/my.cnf` could look like this:
|
||||
query_cache_size = 64M
|
||||
tmp_table_size= 64M
|
||||
max_heap_table_size= 64M
|
||||
slow-query-log = 1
|
||||
slow-query-log-file = /var/log/mysql/slow.log
|
||||
slow_query_log = 1
|
||||
slow_query_log_file = /var/log/mysql/slow.log
|
||||
long_query_time = 1
|
||||
|
||||
[client-server]
|
||||
@ -82,8 +82,8 @@ Your :file:`/etc/mysql/my.cnf` could look like this:
|
||||
default-character-set = utf8mb4
|
||||
|
||||
[mysqld]
|
||||
character-set-server = utf8mb4
|
||||
collation-server = utf8mb4_general_ci
|
||||
character_set_server = utf8mb4
|
||||
collation_server = utf8mb4_general_ci
|
||||
transaction_isolation = READ-COMMITTED
|
||||
binlog_format = ROW
|
||||
innodb_large_prefix=on
|
||||
|
||||
Loading…
Reference in New Issue
Block a user