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
create database fms DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
报错如下 File "/usr/lib64/python3.6/site-packages/MySQLdb/connections.py", line 224, in query _mysql.connection.query(self, query) django.db.utils.OperationalError: (1366, "Incorrect string value: '\xE6\x9F\xA5\xE7\x9C\x8B...' for column 'name' at row 1")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
create database fms DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
报错如下
File "/usr/lib64/python3.6/site-packages/MySQLdb/connections.py", line 224, in query
_mysql.connection.query(self, query)
django.db.utils.OperationalError: (1366, "Incorrect string value: '\xE6\x9F\xA5\xE7\x9C\x8B...' for column 'name' at row 1")
The text was updated successfully, but these errors were encountered: