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
MySQL 8.0 adds caching_sha2_password that "implements SHA-256 authentication (like sha256_password), but uses caching for better performance and has additional features for wider applicability." https://dev.mysql.com/doc/refman/8.0/en/caching-sha2-pluggable-authentication.html
caching_sha2_password
(Support for sha256_password was added in #281.)
sha256_password
The text was updated successfully, but these errors were encountered:
Fixed by #345.
Sorry, something went wrong.
Added in 0.28.0.
No branches or pull requests
MySQL 8.0 adds
caching_sha2_password
that "implements SHA-256 authentication (like sha256_password), but uses caching for better performance and has additional features for wider applicability." https://dev.mysql.com/doc/refman/8.0/en/caching-sha2-pluggable-authentication.html(Support for
sha256_password
was added in #281.)The text was updated successfully, but these errors were encountered: