reactive-mysql-example icon indicating copy to clipboard operation
reactive-mysql-example copied to clipboard

utf8 chinese code error

Open liunix1982 opened this issue 9 years ago • 0 comments

when I add some chinese:

E:\nodejs_workspace\mysql\reactive-mysql-example\node_modules\mysql\lib\protocol\Parser.js:77 throw err; // Rethrow non-MySQL errors ^

Error: ER_TRUNCATED_WRONG_VALUE_FOR_FIELD: Incorrect string value: '\xE6\x88\x91\xE6\x93\x8D...' for column 'name' at ro w 1

liunix1982 avatar Apr 20 '16 05:04 liunix1982