Skip to content

Commit 1742526

Browse files
authored
Merge pull request #216 from kitloong/feature/action
Remove mysql_native_password
2 parents f97e955 + 925443e commit 1742526

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ jobs:
9292
- name: Checkout code
9393
uses: actions/checkout@v4
9494

95-
- name: Alter MySQL 8 root plugin
96-
run: |
97-
mysql --version
98-
mysql --host 127.0.0.1 --port ${{ job.services.mysql8.ports['3306'] }} -u root -e "ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY ''"
99-
10095
- name: SQL Server Create Database
10196
run: |
10297
# Create DB

0 commit comments

Comments
 (0)