liyupi/sql-father-backend-public

建表语句未指定字符集编码,导致插入数据会报错

TreeFireMen opened this issue · 0 comments

使用建表SQL创建的数据库和表的默认字符集是
image
在建数据库和表时应该指定utf-8字符集
MySQL8.0之前创建表不指定字符集的话,默认采用latin1字符集,MySQL8.0之后版本才改为默认utf8mb4(most bytes 4)字符集