blob: 9f520686395566aa0ddef852e2cf195b11a0a6e3 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001[mysqld]
2character-set-client-handshake = FALSE
3character-set-server = utf8mb4
4collation-server = utf8mb4_unicode_ci
5#innodb_file_per_table = TRUE
6#innodb_file_format = barracuda
7#innodb_large_prefix = TRUE
8#sql_mode=IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
9max_allowed_packet = 192M
10max-connections = 350
11key_buffer_size = 0
12read_buffer_size = 192K
13sort_buffer_size = 2M
14innodb_buffer_pool_size = 24M
15read_rnd_buffer_size = 256K
16tmp_table_size = 24M
17performance_schema = 0
18innodb-strict-mode = 0
19thread_cache_size = 8
20query_cache_type = 0
21query_cache_size = 0
22max_heap_table_size = 48M
23thread_stack = 128K
24skip-host-cache
25skip-name-resolve
26log-warnings = 0
27event_scheduler = 1
28
29[client]
30default-character-set = utf8mb4
31
32[mysql]
33default-character-set = utf8mb4