java.sql.SQLException: Connections could not be acquired from the underlying database!
这个就是不能连接数据库的问题。
解决:
>1.查看你的连接数据库是否配置正确
>2.查看数据库中有没有这个数据库
本文介绍了当遇到java.sql.SQLException: Connections could not be acquired from the underlying database错误时的解决方法,主要包括检查数据库连接配置是否正确及确认数据库是否存在。
java.sql.SQLException: Connections could not be acquired from the underlying database!
这个就是不能连接数据库的问题。
解决:
>1.查看你的连接数据库是否配置正确
>2.查看数据库中有没有这个数据库
3861

被折叠的 条评论
为什么被折叠?