FrameworkBenchmarks icon indicating copy to clipboard operation
FrameworkBenchmarks copied to clipboard

Update to Mysql 8.4 LTS

Open joanhey opened this issue 1 year ago • 0 comments

Release notes https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html

And enable mysql-native-password

MySQL native password authentication changes. Beginning with MySQL 8.4.0, the deprecated mysql_native_password authentication plugin is no longer enabled by default. To enable it, start the server with --mysql-native-password=ON (added in MySQL 8.4.0), or by including mysql_native_password=ON in the [mysqld] section of your MySQL configuration file (added in MySQL 8.4.0).

joanhey avatar May 10 '24 09:05 joanhey