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
mysql8中默认字符集为utf8mb4,不再是latin1,因此不存在不能插入中文或插入中文乱码情况。
docker run --name mysql-demo -e MYSQL_ROOT_PASSWORD=root -p 3307:3306 -d -v $(pwd):/test mysql:8
No response
MySQL 8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述
mysql8中默认字符集为utf8mb4,不再是latin1,因此不存在不能插入中文或插入中文乱码情况。
docker run --name mysql-demo -e MYSQL_ROOT_PASSWORD=root -p 3307:3306 -d -v $(pwd):/test mysql:8
问题发生在第几章第几节
有解决办法么?
No response
测试用的Mysql版本
MySQL 8
The text was updated successfully, but these errors were encountered: