We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用建表SQL创建的数据库和表的默认字符集是 在建数据库和表时应该指定utf-8字符集 MySQL8.0之前创建表不指定字符集的话,默认采用latin1字符集,MySQL8.0之后版本才改为默认utf8mb4(most bytes 4)字符集
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用建表SQL创建的数据库和表的默认字符集是
![image](https://user-images.githubusercontent.com/54127694/209508568-fbd6527b-7325-4637-bbeb-6b2c22eedbbe.png)
在建数据库和表时应该指定utf-8字符集
MySQL8.0之前创建表不指定字符集的话,默认采用latin1字符集,MySQL8.0之后版本才改为默认utf8mb4(most bytes 4)字符集
The text was updated successfully, but these errors were encountered: