Emily
Results
3
issues of
Emily

Pull request title - Clearly and concisely describes what it does - Refer to the issue that it solves, if available Pull request description - Describes the main changes that...
使用建表SQL创建的数据库和表的默认字符集是 在建数据库和表时应该指定utf-8字符集 MySQL8.0之前创建表不指定字符集的话,默认采用latin1字符集,MySQL8.0之后版本才改为默认utf8mb4(most bytes 4)字符集