mysql8.0.15

背景:springboot + mybatis + mysql
问题1:Authentication plugin 'caching_sha2_password' cannot be loaded:

解决方法
1.修改pom.xml;

     <dependency>
      <groupId>mysql</groupId>
      <artifactId>mysql-connector-java</artifactId>       
      <version>8.0.15</version>
     </dependency>

问题2:The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone.

解决方法:
1.打开MySQL Commond Line Client;
2.输入管理员密码登录;
3.输入命令行:

  show variables like '%time_zone%';
time_zone.jpg
   set global time_zone='+8:00';
set time_zone
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容