数据库连接问题之:Caused by: java.sql.SQLException: Connections could not be acquired from the underlying database!
时间:2017-03-01 21:16:15
收藏:0
阅读:267
要么是驱动问题(没加载到工程中去或者其他问题)要么是账号密码或者url或者driver写错
driver:com.mysql.jdbc.Driver
url:jdbc:mysql://localhost:3306/数据库名称
原文:http://www.cnblogs.com/lzj123/p/6486058.html
评论(0)