MySQL Forums
Forum List  »  Newbie

Re: I used MySQL4Encoding = "utf8mb4";
Posted by: Zach Ellis
Date: September 13, 2023 09:00AM

Hello William Bowden

I'm new to mysql if someone more experienced comes go with them.

Are you getting an error?

Do you need to change the encoding of a table?

syntax to change character set

ALTER TABLE table_name
CONVERT TO CHARACTER SET charset_name [COLLATE collation_name];

https://mariadb.com/kb/en/setting-character-sets-and-collations/

https://mariadb.com/kb/en/supported-character-sets-and-collations/

Options: ReplyQuote


Subject
Written By
Posted
Re: I used MySQL4Encoding = "utf8mb4";
September 13, 2023 09:00AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.