Skip to content

Commit cc58a28

Browse files
Update .github/workflows/check.yml
Co-authored-by: Dai MIKURUBE <[email protected]>
1 parent 1112f6c commit cc58a28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,8 @@ jobs:
7878
# Workaround to change MySQL's password mechanism to `mysql_native_password`
7979
# from `caching_sha2_password` that is the default in MySQL 8 because
8080
# Connector/J 5.x does not support `caching_sha2_password`.
81+
# See: https://dev.mysql.com/doc/refman/8.4/en/account-names.html
8182
# TODO: Start testing with `caching_sha2_password` with Connector/J 8.x.
82-
#
83-
# See also: https://dev.mysql.com/doc/refman/8.4/en/account-names.html
8483
- name: Change password (root@localhost)
8584
run: mysql -h 127.0.0.1 --port 3306 -uroot -proot -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';"
8685
- name: Change password (root@%)

0 commit comments

Comments
 (0)