Skip to content

Commit

Permalink
Merge pull request #216 from kitloong/feature/action
Browse files Browse the repository at this point in the history
Remove mysql_native_password
  • Loading branch information
kitloong committed May 6, 2024
2 parents f97e955 + 925443e commit 1742526
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

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

0 comments on commit 1742526

Please sign in to comment.