Jump to content
thirty bees forum

Column ps_cms_lang.meta_description should use character set utf8mb4/utf8mb4_unicode_ci instead of utf8/utf8_general_ci


Havouza

Recommended Posts

This is from my update to 1.3. This is an example, the db has to have a different charset all over. I tried to solve in by running sql

ALTER DATABASE db_jv80 CHARACTER SET utf8_general_ci COLLATE utf8mb4_unicode_ci

But get error

#1115 - Unknown character set: 'utf8_general_ci'

Any sql guru here

TIA

Link to comment
Share on other sites

As I said in the other thread - don't be bothered by the 'dangerous' note next to those lines - hit apply to all of them as your backup is recent enough!

This change in particular only fixes potential issues regarding the encoding of some chars in this table.

Also your db name is visible, this is sensitive info! 😉 
 

 - where I had some similar issues. May help you too.

Edited by the.rampage.rado
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...