报错:
Can’t create driver instance Error creating driver ‘MySQL’ instance. Most likely required jar files are missing. You should configure jars in driver settings. Reason: can’t load driver class ‘com.mysql.cj.jdbc.Driver’ Error creating driver ‘MySQL’ instance. Most likely required jar files are missing. You should configure jars in driver settings. Reason: can’t load driver class ‘com.mysql.cj.jdbc.Driver’ com.mysql.cj.jdbc.Driver com.mysql.cj.jdbc.Driver
解决方案: 一般都是因为默认镜像延迟太高的问题,把默认镜像换成国内镜像就行了。
找到 首选项 > 连接 > 驱动 > 驱动位置 ,点击添加
阿里云中央仓库地址:
http://maven.aliyun.com/nexus/content/groups/public/
本文讲述了在遇到MySQL驱动报错时,如何通过更改默认镜像并配置阿里云中央仓库来解决jar文件加载问题。重点在于排查和解决实际开发中常见的驱动类加载失败情况。
2292

被折叠的 条评论
为什么被折叠?



