Adjust example konfiguration files for mariadb.
This commit is contained in:
@@ -618,6 +618,7 @@ read-rnd-buffer-size = 32M
|
||||
## -
|
||||
#myisam-sort-buffer-size = 32M
|
||||
#myisam-sort-buffer-size = 64M
|
||||
#myisam-sort-buffer-size = 128M
|
||||
myisam-sort-buffer-size = 256M
|
||||
#myisam-sort-buffer-size = 384M
|
||||
#myisam-sort-buffer-size = 512M
|
||||
@@ -633,6 +634,8 @@ myisam-sort-buffer-size = 256M
|
||||
## -
|
||||
#max-allowed-packet = 4M
|
||||
#max-allowed-packet = 32M
|
||||
#max-allowed-packet = 64M
|
||||
#max-allowed-packet = 128M
|
||||
max-allowed-packet = 512M
|
||||
|
||||
|
||||
@@ -767,7 +770,7 @@ thread_cache_size = 300
|
||||
## -
|
||||
## - Default: (built-in)
|
||||
## -
|
||||
#ft-stopword-file = /usr/local/mysql/stopwords_utf8_iso8859-15.txt
|
||||
#ft-stopword-file = /etc/mysql/stopwords_utf8_iso8859-15.txt
|
||||
|
||||
|
||||
## --------------
|
||||
@@ -962,9 +965,9 @@ log-queries-not-using-indexes = 0
|
||||
## -
|
||||
#join-buffer-size = 384K
|
||||
#join-buffer-size = 512K
|
||||
join_buffer_size = 768K
|
||||
#join_buffer_size = 768K
|
||||
#join_buffer_size = 1024K
|
||||
#join_buffer_size = 1536K
|
||||
join_buffer_size = 1536K
|
||||
|
||||
|
||||
|
||||
@@ -1070,7 +1073,7 @@ tmp_table_size = 2048M
|
||||
## -
|
||||
## - But present at MariaDB
|
||||
## -
|
||||
query_cache_type = 0
|
||||
query_cache_type = 1
|
||||
|
||||
|
||||
## - query_cache_limit
|
||||
|
||||
Reference in New Issue
Block a user