Loading
0

MySQL 8 优化

# 查看最大连接数
show variables like '%max_connections%';
# 设置最大连接数
set global max_connections = 16384;

最后编辑于:2023/3/14作者: joycode

评论已关闭