
Mysql
lalifeier
这个作者很懒,什么都没留下…
展开
-
解决SQLyog连接报错 Error No.2058 Plugin caching_sha2_password could not be loaded
MySQL8.0新的密码认证方式The caching_sha2_password and sha256_password authentication plugins provide more secure password encryption than the mysql_native_password plugin, and caching_sha2_password provide...原创 2019-06-04 20:46:02 · 913 阅读 · 1 评论 -
解决Loading class `com.mysql.jdbc.Driver'. This is deprecated
环境:JDK9、MYSQL8、idea报错信息如下Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'.根据上面提示修改jdbc.properties配置 中com.mysql.jdbc.Driver 改为com...原创 2019-06-04 23:05:49 · 2613 阅读 · 1 评论 -
解决java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
在连接数据库的url中,加上allowPublicKeyRetrieval=true原创 2019-06-21 22:10:14 · 34039 阅读 · 6 评论 -
解决this is incompatible with sql_mode=only_full_group_by
修改my.ini,重启Mysql服务# SQL模式sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"原创 2019-09-08 13:54:23 · 488 阅读 · 0 评论