Insertion of emoji in articles - change of database collation to utf8mb4

Hello,
I’m having a problem saving articles in the database when I insert an emoji in its content.
I’ve found that it’s due to some tables in my database being in ‘utf8mb3_general_ci’ instead of ‘utf8mb4’.
I read the following query:

but I can’t change the collation of my tables!
When I try to make the change in AdminerEvo, I get the following message:
‘Invalid default value for ‘post_date’ ’
How can I change the collation or/and how can I insert emojis in my articles?
Thanks for your help,
Simon

Hi @simpey!

I found some articles here that might be helpful:

1 Like

Hi @Nick-B !
Thanks a lot! The sql commands given by your first link allowed me to change the Collation of my tables.
I can now insert emojis in my posts and save/publish them !
:+1: :clap: :wink:

1 Like

Glad to hear that @simpey! Thank you for following up and sharing :green_heart:

1 Like

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.