I would like to install my Joomla site on a server with MariaDB 10.11 and would like to know if AcyMailing is compatible with this database.
In my testing, I have found one Acymailing table (#__acym_custom_zone) using the utf8mb4_0900_ai_ci collation. This collation is not recognized in MariaDB. I was able to solve the problem by changing the collation to utf8mb4_general_ci, but I would like to make sure that this will not cause problems later on.
Any help/direction on this point would be much appreciated.