Value I am trying to inert is - 112 If you even copy from here and insert in mysql using myslql workbench or Heidi I am getting following error
0 13:59:43 INSERT INTO test.employee VALUES ('2','112') Error Code: 1366. Incorrect string value: '\xF0\xAA\x8B\x96\xF0\xAA...' for column 'Name' at row 1
I have checked that schema , table , column has utf-8 encoding . Also I tried with utf8mb4 , utf16 and utf32 .
Can you please help me ?