Spring.Data.UncategorizedAdoException: Hibernate flusing: could not insert: [XXX.Organization#7][SQL: INSERT INTO `Organization` (Version, Enabled, Name, TheValue, LevelCode, ParentId, Position, Id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)]; uncategorized DataException for SQL []; ErrorCode [1366]; Incorrect string value: '\xE6...' for column 'Name' at row 1 ---> MySql.Data.MySqlClient.MySqlException: Incorrect string value: '\xE6...' for column 'Name' at row 1
L’erreur est la suivante : la solution :
En modifiant l’encodage de la table, le code sql est le suivant :
L’encodage du champ de changement est le suivant :
La version modifiée est la suivante :
|