Error reading from database - COLLATION 'utf8mb4_bin' is not valid for CHARACTER SET 'utf8' SELECT * FROM mdl_user WHERE LOWER(username) COLLATE utf8mb4_bin ..

Re: Worked OK for 3.6.2. upgrade to 3.6.3 (Installatron update -> error reading database) error

by Antti Peltonen -
Number of replies: 0

Hi,

Thanks for the tips...

This worked for me:   (ISP server SSH-connection and there to the right folder)...

 moodle/admin/cli$ php mysql_collation.php --collation=utf8mb4_general_ci

-Antti-