查看mysql连接数
1、 查看连接数
show processlist;
2、 杀掉占用的连接
kill 4384;
3、解决hosts连接的问题
java.sql.SQLException: null, message server: "Host ""*****"" is blocked because of many connection errors; unblock with ""mysqladmin flush-hosts"""
执行命令
flush hosts;