mysql最大连接数(提高1倍性能)
时间:2020-08-19 19:45:53
收藏:0
阅读:77
set GLOBAL max_connections=3000; set GLOBAL table_open_cache=3000; set GLOBAL mysqlx_max_connections=3000;
评论(0)