Fred.
Well-known member
I would like to have the option to change charset and collation, it would be easy if we could set it in config.php
Code:
// do not change unless you converted your db to the right charset - collation
$config['db'][‘charset'] = ‘utf8mb4’;
$config['db'][‘collation'] = ‘utf8mb4_general_ci';
Upvote
0