Closed roryashfordbentley closed 8 years ago
Slight issue with wp-config.php, UTF8MB4 data comes out scrambled because I accidentilly removed the CHARSET.
wp-config.php
To fix add this: define('DB_CHARSET', 'utf8');
define('DB_CHARSET', 'utf8');
Fixed!
Slight issue with
wp-config.php
, UTF8MB4 data comes out scrambled because I accidentilly removed the CHARSET.To fix add this:
define('DB_CHARSET', 'utf8');