Hello,
After testing creating a couple new LOCAL sites, the default db table collation is latin1_swedish_ci, and for the individual tables it is utf8mb4_unicode_520_ci.
How can this be changed for all new defaults?
Shouldn’t these both be utf8mb4_general_ci for maximum compatibility?