您的位置:首页 > 产品设计 > UI/UE

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

2017-03-01 20:21 633 查看
要么是驱动问题(没加载到工程中去或者其他问题)要么是账号密码或者url或者driver写错

driver:com.mysql.jdbc.Driver

url:jdbc:mysql://localhost:3306/数据库名称
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐