异常java.sql.SQLException: No suitable driver found for jdbc://mysql://hadoop001:3306/xxx
Posted lemon胡
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了异常java.sql.SQLException: No suitable driver found for jdbc://mysql://hadoop001:3306/xxx相关的知识,希望对你有一定的参考价值。
IDEA程序代码中需要访问mysql,出现
java.sql.SQLException: No suitable driver found for jdbc://mysql://hadoop001:3306/ruoze_g6
有可能是驱动没加进来,有可能是连接地址url写错了。
需要在pom中加上mysql驱动:
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.28</version>
</dependency>
以上是关于异常java.sql.SQLException: No suitable driver found for jdbc://mysql://hadoop001:3306/xxx的主要内容,如果未能解决你的问题,请参考以下文章
获取异常 java.sql.SQLException:套接字创建错误
java.sql.SQLException:Io 异常:套接字读取超时与关闭连接
java.sql.SQLException:Io 异常:指定了未知主机
这个异常是啥意思?java.sql.SQLException: General error , in Java with Access DB?