No suitable driver found for jdbc:mysql://localhost:3306/test
Posted javaPie
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了No suitable driver found for jdbc:mysql://localhost:3306/test相关的知识,希望对你有一定的参考价值。
No suitable driver found for jdbc:mysql://localhost:3306/test敲入list.jsp或者index.jsp后出现这个错误,只是数据库没连上,找到了解决办法。
一是:连接URL格式出现了问题(Connection conn=DriverManager.getConnection ("jdbc:mysql://localhost:3306/XX","root","XXXX")
二是:驱动字符串出错(com.mysql.jdbc.Driver)
三是Classpath中没有加入合适的mysql_jdbc驱动
经过我的仔细检查,这三种错误我都没有犯,为什么呢?
尝试着将mysql-connector-java-5.1.6-bin.jar的jar包加入E:\\Program Files\\Java\\jdk1.6.0_20\\jre\\lib\\ext文件夹下,问题解决了!!
原来是不仅仅要求将驱动加入classpath中,而且需要将该jar包加入到java运行环境的外部jar包中。
参考:http://www.blogjava.net/w2gavin/articles/217864.html
以上是关于No suitable driver found for jdbc:mysql://localhost:3306/test的主要内容,如果未能解决你的问题,请参考以下文章
No Suitable Driver Found For Jdbc_我的解决方法
SQLException: No suitable driver found for jdbc:mysql://localhost:3306/xxxx
java连接mysql :No Suitable Driver Found For Jdbc 解决方法
连接数据库时出现No suitable driver found的错误是啥意思
No suitable driver found for jdbc:mysql://localhost:3306/test
java.sql.SQLException: No suitable driver found for jdbc:hive://localhost:10000/default