I created a MySQL database with some fake data, and I ran the sync without dates because of the #8.
After that, I inserted a new row in the table from the MySQL CLI.
The received error mentions the support of utf8mb3 encoding.
After receiving this issue, I've configured my database, tables, and columns to utf8mb4_unicode_ci. Since this database was just for testing, I wonder if this issue is real.
I created a MySQL database with some fake data, and I ran the sync without dates because of the #8. After that, I inserted a new row in the table from the MySQL CLI.
The received error mentions the support of
utf8mb3
encoding.