MySQL 8.0版本连接报错:Could not create connection to database server和Unsupported major.minor version 52.0
Posted 普通网友
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MySQL 8.0版本连接报错:Could not create connection to database server和Unsupported major.minor version 52.0相关的知识,希望对你有一定的参考价值。
MySQL 8.0版本连接报错:Could not create connection to database server和Unsupported major.minor version 52.0
我遇到的错误就是jdk1.7+mysql-connector-java-8.0.11.jar 一直出错,
解决方式:然后把jdk改成 jdk1.8+mysql-connector-java-8.0.11.jar 然后就正常使用了
以上是关于MySQL 8.0版本连接报错:Could not create connection to database server和Unsupported major.minor version 52.0的主要内容,如果未能解决你的问题,请参考以下文章