problem upgrading utf8

problem upgrading utf8

by joel Green -
Number of replies: 3

upgrading from 3.6.1 to Moodle 3.6.2+

message to modify in utf8 :

ok, I do it. 


All my tables are in uft8mb4 :


Table CroissantActionLignes TypeInterclassementTaillePerte
mdl_analytics_indicator_calc Afficher AfficherStructure StructureRechercher RechercherInsérer InsérerVider ViderSupprimer Supprimer61InnoDButf8mb4_general_ci48 Kio-
mdl_analytics_models Afficher AfficherStructure StructureRechercher RechercherInsérer InsérerVider ViderSupprimer Supprimer2InnoDButf8mb4_general_ci
...

The message stay and impossible to continue the upgrade 

Any idea ?

Thank's

Average of ratings: -
In reply to joel Green

Re: problem upgrading utf8

by Emma Richardson -
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers

Switch from general to unicode...

In reply to Emma Richardson

Re: problem upgrading utf8

by joel Green -

ok

I do it

thank's

In reply to joel Green

Re: problem upgrading utf8

by joel Green -

no change...

But the problem was in the config.php file.

I let the old one : 'dbcollation' => 'utf8mb4', 

instead of the new one :

'dbcollation' => 'utf8mb4_unicode_ci',

So problem solved.

Thank's for your help

Average of ratings: Useful (1)