December 31, 20195 yr Hello, We migrated all our froxlor (0.10.10) debian buster systems to MySql 8.x. MySql 8.x Authentication method (authentication plugin is enabled). Everything seems to work, but if you create a sql database with user for a customer, it is stored in database correctly. But if you want to login with the new created user, authentication failed. I have to reset password with phpMyAdmin and use Native MySql authentication. Is the new authentication method supported by froxlor or do we need to set MySql authentication to Native MySql authentication (In froxlor frontend we set security options to password-crypt to SHA-512)? default-authentication-plugin=mysql_native_password
December 31, 20195 yr You will most likely need to use mysql_native_password for now, although the unit tests for Froxlor test a newly created database/user/password and it's also tested for mysql8
Archived
This topic is now archived and is closed to further replies.