当前位置:Gxlcms > 数据库问题 > Could not load driverClass jdbc:mysql://localhost:3306/spring

Could not load driverClass jdbc:mysql://localhost:3306/spring

时间:2021-07-01 10:21:17 帮助过:8人阅读

今天出现编码出现了No suitable driver found for jdbc,又是找遍了网上的资料,基本上都说是三个问题:
    一是:连接URL格式出现了问题(Connection conn=DriverManager.getConnection("jdbc:mysql://localhost:3306/XX","root","XXXX")
    二是:驱动字符串出错(com.mysql.jdbc.Driver)
    三是Classpath中没有加入合适的mysql_jdbc驱动
    经过我的仔细检查,这三种错误我都没有犯,为什么呢?
    尝试着将mysql-connector-java-3.1.14-bin.jar的jar包加入C:\Program Files\Java\jre1.6.0_02\lib\ext文件夹下,问题解决了!!
    原来是不仅仅要求将驱动加入classpath中,而且需要将该jar包加入到java运行环境的外部jar包中。

嗯  还有 一种可能性  就是配置写错了

像我犯得错误i就是属于比较奇葩的  属性名 和  值  写 反了 

技术分享

 

Could not load driverClass jdbc:mysql://localhost:3306/spring

标签:xxxx   logs   suitable   文件夹   url   配置   奇葩   src   getc   

人气教程排行