I can't save some data in my mysql database.
SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\xC3' for column 'title' at row 1
row title use the collation utf8mb4_unicode_ci.
What's wrong with it? How could I save my data?
PS: I try pretty much every solution give in stackoverflow. That why I create a new thread.