随笔分类 - MySQl
摘要:最近从线上把数据导出来想搭建到本地的时候报了这么一个错? [ERR] 1273 - Unknown collation: 'utf8mb4_0900_ai_ci' 这个错误究竟是什么原因影响的呢? 是因为我们导出数据的那个数据库版本为8.0,而我们导入的数据库版本为5.6 因为是高版本导入到低版本,
阅读全文
摘要:今天在linux下安装mysql时 执行service mysqld start时, mysql总是启动失败 后来查看mysql日志:/var/log/mysqld.log,发现有个Can't open and lock privilege tables: Table 'mysql.user' do
阅读全文
摘要:##使用MyBatis 更新数据库数据的时候 遇到了这个错误: Caused by: java.lang.IllegalArgumentException: invalid comparison: java.util.Date and java.lang.String 如图: ##解决办法: ##去
阅读全文
摘要:2059 - Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(../Frameworks/caching_sha2_password.so, 2): image not found 从错误信息可知cachi
阅读全文