com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnect
因为你的mysql安装目录下的my.ini
解决方式:
打开MYSQL安装目录打开MY.INI找到max_connections(在大约第93行)默认是100
max_connections=1000
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnect
因为你的mysql安装目录下的my.ini
解决方式:
打开MYSQL安装目录打开MY.INI找到max_connections(在大约第93行)默认是100
max_connections=1000