add mysql max connections

master
misworga831 2023-05-08 10:27:19 +08:00
parent 950662dad3
commit c5838deec5
1 changed files with 1 additions and 0 deletions

View File

@ -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 模式