We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1112f6c commit cc58a28Copy full SHA for cc58a28
.github/workflows/check.yml
@@ -78,9 +78,8 @@ jobs:
78
# Workaround to change MySQL's password mechanism to `mysql_native_password`
79
# from `caching_sha2_password` that is the default in MySQL 8 because
80
# Connector/J 5.x does not support `caching_sha2_password`.
81
+ # See: https://dev.mysql.com/doc/refman/8.4/en/account-names.html
82
# TODO: Start testing with `caching_sha2_password` with Connector/J 8.x.
- #
83
- # See also: https://dev.mysql.com/doc/refman/8.4/en/account-names.html
84
- name: Change password (root@localhost)
85
run: mysql -h 127.0.0.1 --port 3306 -uroot -proot -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';"
86
- name: Change password (root@%)
0 commit comments