Skip to content

ext/mysqlnd: Change default auth plugin to caching_sha2_password #14113

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

Closed
wants to merge 1 commit into from

Conversation

SakiTakamachi
Copy link
Member

@SakiTakamachi SakiTakamachi commented May 2, 2024

I hope the test passes.

Looking at the failed tests in CI, it seems that the error message when trying to log in with a non-existing user is different than before. This is probably because the user was not found on the MySQL side and could not automatically select an authentication method, and tried to log in with the default authentication method.

Since native_password will be deprecated in the future, will change the default authentication method.

https://app.circleci.com/pipelines/github/SakiTakamachi/php-src/613/workflows/d9d97b7e-01b1-461c-8213-27e0a5fc3c4e/jobs/612

@SakiTakamachi SakiTakamachi changed the title Change default auth plugin to caching_sha2_password ext/mysqlnd: Change default auth plugin to caching_sha2_password May 2, 2024
@SakiTakamachi
Copy link
Member Author

Hmm. This method doesn't seem to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant