mirror of
https://github.com/DanWin/hosting.git
synced 2025-08-11 16:39:19 +02:00
Renamed config file
This commit is contained in:
parent
aedd8a1e6a
commit
be005c3137
1 changed files with 27 additions and 0 deletions
27
etc/mysql/mariadb.conf.d/manual_settings.cnf
Normal file
27
etc/mysql/mariadb.conf.d/manual_settings.cnf
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
[client]
|
||||||
|
default-character-set = utf8mb4
|
||||||
|
|
||||||
|
[mysqld]
|
||||||
|
character_set_server = utf8mb4
|
||||||
|
collation_server = utf8mb4_general_ci
|
||||||
|
[mysqld]
|
||||||
|
innodb_buffer_pool_size=1G
|
||||||
|
innodb_buffer_pool_instances=1
|
||||||
|
#myisam_sort_buffer_size=200K
|
||||||
|
#bulk_insert_buffer_size=1M
|
||||||
|
#sort_buffer_size=1M
|
||||||
|
innodb_log_buffer_size=16M
|
||||||
|
innodb_log_file_size=128M
|
||||||
|
innodb_flush_log_at_trx_commit=2
|
||||||
|
#innodb-defragment=1
|
||||||
|
skip_name_resolve=1
|
||||||
|
query_cache_size=128M
|
||||||
|
query_cache_limit=4M
|
||||||
|
max_connections=500
|
||||||
|
table_open_cache=15000
|
||||||
|
tmp_table_size=16M
|
||||||
|
max_heap_table_size=16M
|
||||||
|
join_buffer_size=4M
|
||||||
|
aria_pagecache_buffer_size=8M
|
||||||
|
aria_sort_buffer_size=8M
|
||||||
|
open_files_limit=100000
|
Loading…
Add table
Add a link
Reference in a new issue