-
Notifications
You must be signed in to change notification settings - Fork 550
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
MySQL 8.0.3 Release Candidate removes MYSQL_SECURE_AUTH #891
Milestone
Comments
yahonda
changed the title
MySQL 8.0.3 DMR removes MYSQL_SECURE_AUTH
MySQL 8.0.3 Release Candidate removes MYSQL_SECURE_AUTH
Sep 22, 2017
Fixed by #892 |
This was referenced Mar 21, 2018
VitaliyAdamkov
added a commit
to VitaliyAdamkov/mysql2
that referenced
this issue
Jun 12, 2021
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-3.html#mysqld-8-0-3-capi The deprecated secure_auth system variable and --secure-auth client option have been removed. The MYSQL_SECURE_AUTH option for the mysql_options() C API function was removed. This pull request addresses brianmario#891
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MySQL 8.0.3 Release Candidate has been released which removes MYSQL_SECURE_AUTH.
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-3.html#mysqld-8-0-3-capi
According to MySQL 5.7 document
MYSQL_SECURE_AUTH
has been enabled by default in 5.7https://dev.mysql.com/doc/refman/5.7/en/mysql-options.html
Steps to reproduce
Remove
mysql
gem from Gemfilebundle exec rake spec
The text was updated successfully, but these errors were encountered: