Good day. After upgrading Ubuntu the PHP version became 8.1 from 7.4 and Mariadb became 10.6 from 10.3. “System Admin” > “System Check” lists “MySQL Collation” having value of utf8mb3_general_ci and it should be utf8_general_ci.
I ran “ALTER DATABASE [gibbonDB] CHARACTER SET utf8 COLLATE utf8_general_ci;” and then “sudo systemctl restart mariadb” but “MySQL Collation” still has the value of utf8mb3_general_ci
Are there additional steps that I have missed? Thanks in advance