Upon importing my database I'm getting some errors like this: Warning (Code 1287): 'utf8mb3' is deprecated and will be removed in a future release. Please use utf8mb4 instead
I've found addons with Collation is set to utf8_general_ci. I need to change this to utf8mb4_general_ci. Tried manually looking for the tables, but I just can't location all the tables the addons have altered. Been here for hours now
Does any know of a mysql command to quickly resolve this for me?
I've found addons with Collation is set to utf8_general_ci. I need to change this to utf8mb4_general_ci. Tried manually looking for the tables, but I just can't location all the tables the addons have altered. Been here for hours now
Does any know of a mysql command to quickly resolve this for me?
Last edited: