MySQL Forums
Forum List  »  Newbie

Re: Unknown character set: 'utf8mb4_general_ci'
Posted by: ddtg dgnnvff
Date: April 19, 2021 08:36PM

Thanks

[1] then in MySQL 8.x how I can have " C-harset_I_nternational " ??

and allow chars Indian, Chinese, etc... ¿?

( *charset_with_CI )

as: 万维网


[2] for version 8.X is necessary edit any program and change:

'SET NAMES "utf8mb4_general_ci";' (MySQL 5.x)
by
'SET NAMES "utf8mb4";' (MySQL 8.x)

. . .

Options: ReplyQuote


Subject
Written By
Posted
Re: Unknown character set: 'utf8mb4_general_ci'
April 19, 2021 08:36PM


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.