How to Resolve ERROR 1366 (HY000): Incorrect string value
Let's see how will this error happen:mysql> update zh_table set zh_name = '𤨒' where id = 35620;ERROR 1366 (HY000): Incorrect string value: 'xF0xA4xA8x92...' for column 'zh_name' at… Read More »How to Resolve ERROR 1366 (HY000): Incorrect string value