You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.
davidglezz
changed the title
Change encoding from utf8 to utf8mb4
QueryFailedError: ER_TRUNCATED_WRONG_VALUE_FOR_FIELD: Incorrect string value: '\xF4\x80\x80\x80
Oct 15, 2017
davidglezz
changed the title
QueryFailedError: ER_TRUNCATED_WRONG_VALUE_FOR_FIELD: Incorrect string value: '\xF4\x80\x80\x80
QueryFailedError: Incorrect string value: '\xF4\x80\x80\x80
Oct 15, 2017
davidglezz
changed the title
QueryFailedError: Incorrect string value: '\xF4\x80\x80\x80
QueryFailedError: Incorrect string value: '\xF4\x80\x80
Oct 15, 2017
Problem:
QueryFailedError: ER_TRUNCATED_WRONG_VALUE_FOR_FIELD: Incorrect string value: '\xF4\x80\x80\x80<2...' for column 'description' at row 1
Posible solution:
Change encoding from utf8 to utf8mb4
https://stackoverflow.com/questions/10957238/incorrect-string-value-when-trying-to-insert-utf-8-into-mysql-via-jdbc
The text was updated successfully, but these errors were encountered: