problem upgrading utf8

problem upgrading utf8

wót joel Green -
Anzahl Antworten: 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

Als Antwort auf joel Green

Re: problem upgrading utf8

wót Emma Richardson -
Nutzerbild von Documentation writers Nutzerbild von Particularly helpful Moodlers Nutzerbild von Plugin developers

Switch from general to unicode...

Als Antwort auf Emma Richardson

Re: problem upgrading utf8

wót joel Green -

ok

I do it

thank's

Als Antwort auf joel Green

Re: problem upgrading utf8

wót 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