2019-04-30, 08:18 PM
i have noticed that in the Admin control panel ->Tools and Maintenance there are 2 highlighted messages
Can anyone here tell me what actually to do and also is there a speed/performance difference between "utf8" or "utf8mb4"?
Thanks!
It is recommend not to use different encodings in your database. This may cause unexpected behavior or MySQL errors.
For full 4-Byte UTF-8 support you need to change $config['database']['encoding'] = 'utf8'; to $config['database']['encoding'] = 'utf8mb4'; in your inc/config.php.
Can anyone here tell me what actually to do and also is there a speed/performance difference between "utf8" or "utf8mb4"?
Thanks!