数据库mysql最大连接数(提高1倍性能) 云博小周宇2024年5月5日2023年8月10日1 Min Read set GLOBAL max_connections=3000; set GLOBAL table_open_cache=3000; set GLOBAL mysqlx_max_connections=3000;