I see that my forums have somehow automatically converted from the "utf8_bin" collation to "utf8mb3_bin", yet I don't know when this happened. I certainly did not change it. Is "utf8mb3_bin" now the recommended collation, and will this change when phpBB 4.0 comes out? If it will change for phpBB 4.0, what will it be?
This next part is not related to phpBB, but it has to do with phpBB being able to function. Regarding MySQL Community Server 8.x.x (presently 8.3.0), which collation is generally the best to use? At the moment, mine is showing "utf8mb4_0900_ai_ci". I have no problems with it, and I believe this is correct since it appears to be the "Default" one:
https://dev.mysql.com/doc/refman/8.3/en ... mysql.html
*Edit*
https://stackoverflow.com/questions/766 ... unicode-ci
Looks like "utf8mb4_unicode_520_ci" (Unicode 5.2) or "utf8mb4_0900_ai_ci" (MySQL 8.x) are the way to go for newer collations instead of "utf8mb4_unicode_ci" or "utf8mb4_general_ci".