The new mySQL 8.4.0 LTS version is out.
A breaking change, anounced in the log files by previous versions, is the removing of default_authentication_plugin=mysql_native_password, because native-password authentication is deprecated.
So the version switch from 8.3.0 to 8.4.0 leaves us with a non working MySQL server.
I think LARAGONs version switch algorithm for MySQL has to be altered.
Thanks in advance.
The new mySQL 8.4.0 LTS version is out.
A breaking change, anounced in the log files by previous versions, is the removing of default_authentication_plugin=mysql_native_password, because native-password authentication is deprecated.
So the version switch from 8.3.0 to 8.4.0 leaves us with a non working MySQL server.
I think LARAGONs version switch algorithm for MySQL has to be altered.
Thanks in advance.