如何解决user1已经在Hibernate-HQL中拥有超过'max_user_connections'的活动连接?

时间:2017-04-27 06:18:38

标签: java mysql hibernate mysqlconnection

我收到此异常com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException

User allnewdo_user1 already has more than 'max_user_connections' active connections

虽然我每个地方都关闭会议。在道仍然得到这个错误

1 个答案:

答案 0 :(得分:0)

请阅读This以通过增加主配置文件中的max_connections值来解决您的问题。