DB_CHARSET, DB_COLLATE Problem
-
Duplicator 0.5.6
Hi, after moving my site (www.golfball-uhu.de) to a subdomain (shop.golfball-uhu.de) I ran into a major problem.
From the beginning on I had a problem with the german mutated vowels (?,?,ü,?).
So I changed the wp-config from:
define(‘DB_CHARSET’, ”);
define(‘DB_COLLATE’, ”);to:
define(‘DB_CHARSET’, ‘utf8mb4’);
define(‘DB_COLLATE’, ”);utf8mb4 seems to be the new standard after updating PHP. german mutated vowel problem was solved but since that the site is very slow – much slower than goinf back to the old settings.
Looking into gtmetrix shows that GET homepage takes 8-10 seconds (2 times). Goneo recommended a .htaccess into htdocs.
Didn′t change anything. I′m struggling many days with the problem and don′t now what else to do!? Found this article:
https://alexking.org/blog/2008/03/06/mysql-latin1-utf8-conversion
But I can′t change anything in the export-process with duplicator and changing import advanced settings for CHARSET, COLLATE on another test-subdomain where not succesful!
Can you help me?
Best Regards
- The topic ‘DB_CHARSET, DB_COLLATE Problem’ is closed to new replies.