201125-Mysql 字符集不一致问题

做一个简单的如下的连表查询,居然直接提示错误,居然是字符集不一致的问题,本文记录一下mysql的字符集类型,以及下面这个问题的解决方案

1
2
3
select a.id, b.id from tt as a, t2 as b where a.xx = b.xx

-- Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_ci,IMPLICIT) for operation '='

200314-MySql 时区少8小时问题

SpringBoot指定com.mysql.cj.jdbc.Driver来操作mysql数据库时,发现时区有八个小时的差距,主要原因在于需要在url中指定时区信息,否则会有这个问题

mysql基本语法学习小结

本篇将主要集中在mysql的使用上,包括如何创建标,如何进行insert,update,select,delete,以及一些常见的sql中关键字的使用姿势

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×

item tag">68
  • Win10 3
  • 其他 1
  • 前端 13
  • 实战 1
  • 工具 13
  • 开源 74
  • 火花 4
  • 随笔 9
  • Your browser is out-of-date!

    Update your browser to view this website correctly. Update my browser now

    ×