重装mysql后:启动eclipse时发生这个异常。
java.sql.SQLException: Connections could not be acquired from the underlying database!
百度了下,
帐号密码错误 我这里查帐号密码没有错误
因为mysql重装了,该库还没创建,所以这里的错误是库找不到。
创建该库后,异常消失
本文共 232 字,大约阅读时间需要 1 分钟。
重装mysql后:启动eclipse时发生这个异常。
java.sql.SQLException: Connections could not be acquired from the underlying database!
百度了下,
帐号密码错误 我这里查帐号密码没有错误
因为mysql重装了,该库还没创建,所以这里的错误是库找不到。
创建该库后,异常消失
转载于:https://my.oschina.net/kelvinline/blog/387018