add mysql max connections
parent
950662dad3
commit
c5838deec5
|
@ -6,6 +6,7 @@ character-set-server=utf8mb4
|
|||
collation-server=utf8mb4_unicode_ci
|
||||
init_connect='SET NAMES utf8mb4'
|
||||
group_concat_max_len=4294967295
|
||||
max_connections=5000
|
||||
log-bin=mysql-bin # 开启 binlog
|
||||
binlog-format=ROW # 选择 ROW 模式
|
||||
|
||||
|
|
Loading…
Reference in New Issue