首页 > 数据库技术 > 详细

mysql: Data source rejected establishment of connection, message from server: "Too many connections"

时间:2014-11-09 09:48:19      阅读:335      评论:0      收藏:0      [点我收藏+]
http://www.oschina.net/question/558677_66703

com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException: Data source rejected establishment of connection,  message from server: "Too many connections"
 
 
"Too many connections"错误
尝试加大 MySQL 的 max_connections 配置吧,好好检查服务是否有连接泄漏的问题,关键是有没有关闭连接
mysql默认配置的是100,创行服务器配置的都是1000,可以借鉴
 
 
 
 
 

mysql: Data source rejected establishment of connection, message from server: "Too many connections"

原文:http://www.cnblogs.com/svennee/p/4084463.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!