Add files via upload
This commit is contained in:
parent
c9cd7da6a3
commit
ef2b9925ba
1 changed files with 2 additions and 2 deletions
|
@ -165,7 +165,7 @@ default-character-set=utf8mb4
|
|||
default-character-set = utf8mb4
|
||||
|
||||
[mysqld]
|
||||
max_connections = 400
|
||||
max_connections = 2000
|
||||
ft_min_word_len=1
|
||||
sql_mode = "NO_BACKSLASH_ESCAPES"
|
||||
character-set-server = utf8mb4
|
||||
|
@ -508,7 +508,7 @@ default-character-set=utf8mb4
|
|||
default-character-set = utf8mb4
|
||||
|
||||
[mysqld]
|
||||
max_connections = 400
|
||||
max_connections = 2000
|
||||
ft_min_word_len=1
|
||||
sql_mode = "NO_BACKSLASH_ESCAPES"
|
||||
#character-set-client-handshake = FALSE
|
||||
|
|
Loading…
Add table
Reference in a new issue