mysql_full_unicode_support#File_format

Re: mysql_full_unicode_support#File_format

by Leon Stringer -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers

If you've previously attempted to install this you may have a config.php in your Moodle source code folder with the utf8mb4 setting. Check this file for the line:

  'dbcollation' => 'utf8mb4_unicode_ci',

and if this is present try changing this to:

  'dbcollation' => 'utf8_unicode_ci',


Average of ratings: Useful (3)