mysql最大连接数(提高1倍性能)

 set GLOBAL max_connections=3000;
 set GLOBAL table_open_cache=3000; 
 set GLOBAL  mysqlx_max_connections=3000;

 

posted @ 2020-08-17 11:21  light-zhang  阅读(254)  评论(0编辑  收藏  举报