mysql 查看连接数的sql话语

mysql 查看连接数的sql语句
show status like '%max%';
当前最大连接数

show variables like '%max%';
最大连接数