Heute habe ich die Forum Software aktualisiert. Da dies ein größerer Versionssprung war, meldet mir gerne eventuelle Probleme, die ihr mit dem Forum seit dem Upgrade habt. Diese Art Probleme gerne auch per Mail.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menudefault_authentication_plugin=mysql_native_password
character-set-server=utf8
ALTER USER username@host IDENTIFIED WITH mysql_native_password BY 'password';
TRUNCATE TABLE jts3servermodwebui_ts3cache;
ALTER TABLE jts3servermodwebui_ts3cache CHANGE object_name object_name VARCHAR(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '';
if (!mysqli_set_charset($this->link, "utf8mb4")
TRUNCATE TABLE jts3servermodwebui_ts3cache;
ALTER TABLE jts3servermodwebui_ts3cache CHANGE object_name object_name VARCHAR(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '';
if (!mysqli_set_charset($this->link, "utf8")
Page created in 0.070 seconds with 15 queries.