fms icon indicating copy to clipboard operation
fms copied to clipboard

创建数据库记得使用字符呀,不然会报错

Open cypggs opened this issue 6 years ago • 0 comments

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")

cypggs avatar Jul 24 '19 10:07 cypggs