mysql设置最大连接数

设置:
set GLOBAL max_connections=1024;
查看
show variables like '%max_connections%';