Skip to content

Commit

Permalink
Update .github/workflows/check.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Dai MIKURUBE <[email protected]>
  • Loading branch information
hiroyuki-sato and dmikurube authored Aug 29, 2024
1 parent 1112f6c commit cc58a28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ jobs:
# Workaround to change MySQL's password mechanism to `mysql_native_password`
# from `caching_sha2_password` that is the default in MySQL 8 because
# Connector/J 5.x does not support `caching_sha2_password`.
# See: https://dev.mysql.com/doc/refman/8.4/en/account-names.html
# TODO: Start testing with `caching_sha2_password` with Connector/J 8.x.
#
# See also: https://dev.mysql.com/doc/refman/8.4/en/account-names.html
- name: Change password (root@localhost)
run: mysql -h 127.0.0.1 --port 3306 -uroot -proot -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';"
- name: Change password (root@%)
Expand Down

0 comments on commit cc58a28

Please sign in to comment.