Please Log in or Create an account to join the conversation.
What error did you get? Those tables should be whatever your default collation is. The new default for Joomla is utf8mb4_unicode_ci so all tables and columns should have their collation set to that.We tried to convert all of our database tables to utf8mb4_unicode_ci and got an error returned for the following tables which could not be changed and wanted to keep utf8_general_ci .
It's typically not a good idea to have mixed collations as table joins will fail if 2 different collations try to compare to one another in the query.Can you tell me if that's correct and we need to keep utf8_general_ci or if we can force the changes to utf8mb4_unicode_ci collation ?
Yes.Also is it safe to change ALL CB and CB plugins tables from MyIsam to INNODB ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.