From fer.grub at yahoo.de Tue Jul 26 15:39:07 2022 From: fer.grub at yahoo.de (Ferdinand Gruber) Date: Tue, 26 Jul 2022 17:39:07 +0200 Subject: [horde] utf8 is not supported by MySQL References: Message-ID: I get this message utf8 is not supported by MySQL after login to my horde site. This message appears after I upgraded from openSUSE 15.3 to 15.4. I suspect it has something to do with the database version In Suse 15.3 the MariaDB version was 10.6.16 In Suse 15.4 the MariaDB version is 10.6.7 I think this might be the reason of the error. What can I do? -- Regards from Austria Ferdinand Gruber From build+horde at de-korte.org Tue Jul 26 15:45:00 2022 From: build+horde at de-korte.org (Arjen de Korte) Date: Tue, 26 Jul 2022 17:45:00 +0200 Subject: [horde] utf8 is not supported by MySQL In-Reply-To: References: Message-ID: <20220726174500.Horde.89bca_4bINR5CjmlkFH1UmA@mail.de-korte.org> Citeren Ferdinand Gruber : > I get this message utf8 is not supported by MySQL after login to my > horde site. > > This message appears after I upgraded from openSUSE 15.3 to 15.4. > > I suspect it has something to do with the database version > > In Suse 15.3 the MariaDB version was 10.6.16 > In Suse 15.4 the MariaDB version is 10.6.7 > > I think this might be the reason of the error. > > What can I do? Change $conf['sql']['charset'] = 'utf8'; to $conf['sql']['charset'] = 'utf8mb3'; in your 'horde/config/conf.php' file.