mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-31 20:04:35 +00:00
13 lines
237 B
Plaintext
13 lines
237 B
Plaintext
|
[client-server]
|
||
|
|
||
|
!includedir /etc/my.cnf.d
|
||
|
|
||
|
[mysqld]
|
||
|
optimizer_search_depth=0
|
||
|
innodb_buffer_pool_size=1GB
|
||
|
innodb_buffer_pool_instances=32
|
||
|
innodb_log_file_size=512MB
|
||
|
max_connections=1000
|
||
|
innodb_file_per_table=1
|
||
|
innodb_compression_level=8
|