Hello Stack Overflow!
Since a year, my MySql database cannot receive any emojis, and turns them into question marks. I have seen some posts such as this one Emoji's in mysql turns to question marks and many others that told me to ALTER DATABASE db COLLATION
or DELFAULT CHARACTER
but none of them seems to work.
This is what I get for show variables like 'char%'
I think the problem comes from the character_set_server
variable with the latin1 value.
Thank you for your help!