I'm getting a strange error. I am only able to save ❤️ in the mysql db. All other emojis i tested are not storaged in the database.
Warning: #1366 Wrong string
See screenshot.
I did the following things
1. In my.cnf set default-character-set = utf8mb4
2. Create new database with collation utf8mb4_general_ci
3. Create new table table with collation utf8mb4_general_ci
4. Set collation from row to utf8mb4_general_ci
I restarted mysql server. But no chance. I have absolutly no idea why i can storage ❤️ but no other emojis.
Setup: Ubuntu 20.04.1 LTS PLESK 18.0.32