Comment to Database utf8mb4 collation
-
@LeonidS - A respectful request: Could you add this to the audit page at some point in the future - and possibly even have a link to a "self heal" in case it ever gets broken
SELECT DEFAULT_CHARACTER_SET_NAME, DEFAULT_COLLATION_NAME FROM information_schema.SCHEMATA WHERE SCHEMA_NAME = DATABASE();
-
Hello @gkuhnert !
Well, this option may provide the wrong situation because the tables and fields may have different collations too.
-