poco icon indicating copy to clipboard operation
poco copied to clipboard

Data/MySQL compatibility with MySQL 9

Open obiltschnig opened this issue 4 months ago • 0 comments

MySQL 9.0 has removed the mysql_native_password authentication plugin, which is apparently required by Data/MySQL.

https://blogs.oracle.com/mysql/post/mysql-90-its-time-to-abandon-the-weak-authentication-method

When attempting to connect, an error message regarding the removed plugin is printed to standard output.

Need to investigate what to do about it.

obiltschnig avatar Oct 10 '24 10:10 obiltschnig