Why is mysqli_get_charset showing wrong collation & how do I update it?
I am using PHP 8.1 and MySQL 8.0. All databases, tables and individual fields are all set to a collation of utf8mb4_0900_ai_ci - except for databases: information_schema and performance_schema, which are utf8mb3_general_ci (system default?). Here are the global variables MySQL…