jdbc:mysql//[hostname][:port]/[dbname][?param1=value1][¶m2=value2]….
示例:jdbc:mysql://localhost:3306/sample_db?user=root&password=your_password
2、检查数据库驱动,看是不是没驱动或驱动不对
但在ConnectionPool 中调用几次就变成null了,求解!!!!根据你这个代码上面看到是没有错误的,
唯一的错误估计就出现在
ConnectionPool connPool = new ConnectionPool()
connPool.createPool()
这里最大的可能就是你的数据库连接达到了最大数量,所以已经不能创建新的连接了。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)