Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Mysql 8.4 LTS #9009

Merged
merged 3 commits into from May 13, 2024
Merged

Update to Mysql 8.4 LTS #9009

merged 3 commits into from May 13, 2024

Conversation

joanhey
Copy link
Contributor

@joanhey joanhey commented May 10, 2024

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 joanhey marked this pull request as draft May 10, 2024 09:55
@joanhey joanhey marked this pull request as ready for review May 10, 2024 10:57
@NateBrady23 NateBrady23 merged commit 2a5c99b into TechEmpower:master May 13, 2024
23 of 42 checks passed
@joanhey joanhey deleted the mysql-8.4 branch May 13, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants