java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:解决办法

激动的心,颤抖的手。本来web项目数据库连接的好好地,突然就连不上了,一直报java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:错误(未找到数据库驱动),今天终于解决了,记录一下,免得忘了下次再出错又浪费超长时间。

1、检查URL格式,检查驱动字符串。
2、将mysql-connector-java.jar的jar包复制到jre\lib\ext的目录下。
3、在windows——>preferences——>java——>Installed JREs中加入jre,如下图:java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:解决办法

java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:解决办法

上一篇:MYSQL 之 JDBC(十七): 调用函数&存储过程


下一篇:MyBatis--动态SQL(if用法)