problem upgrading utf8

Re: problem upgrading utf8

by joel Green -
Number of replies: 0

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)