首页 > 数据库技术 > 详细

数据库连接问题之:Caused by: java.sql.SQLException: Connections could not be acquired from the underlying database!

时间:2017-03-01 21:16:15      阅读:267      评论:0      收藏:0      [点我收藏+]

要么是驱动问题(没加载到工程中去或者其他问题)要么是账号密码或者url或者driver写错

driver:com.mysql.jdbc.Driver

url:jdbc:mysql://localhost:3306/数据库名称

 

数据库连接问题之:Caused by: java.sql.SQLException: Connections could not be acquired from the underlying database!

原文:http://www.cnblogs.com/lzj123/p/6486058.html

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