server/tt-rss: Configured database to use UTF8MB4

dehydrated
Felix Stupp 5 years ago
parent 6e65a905d4
commit 002128686d
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -10,7 +10,7 @@
define('DB_PASS', $_SERVER["DATABASE_PASSWORD"]);
define('DB_PORT', '3306');
define('MYSQL_CHARSET', 'UTF8');
define('MYSQL_CHARSET', 'UTF8MB4');
// Connection charset for MySQL. If you have a legacy database and/or experience
// garbage unicode characters with this option, try setting it to a blank string.

Loading…
Cancel
Save