Hello.
Finally I solved the problem. I set default collation on server side to utf8mb4_unicode_ci for all my tables.
1 Like
It works fine with SELECT but doesnt work with INSERT
1 Like
So. It works fine with utf8_general_ci in both directions (SELECT and INSERT/UPDATE)
1 Like