未来就是现在的延续,过去就是完成的现在

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

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

driver:com.mysql.jdbc.Driver

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

 

posted @ 2017-03-01 20:21  lzj123  阅读(752)  评论(0编辑  收藏  举报