Fixed unsupported authentication method bug on MySQL 8.0 for PHPUnit action.

This commit is contained in:
Jan Böhmer 2021-03-14 19:09:01 +01:00
parent 9b8b0a978d
commit ceac2ca808

View file

@ -38,6 +38,9 @@ jobs:
- name: Start MySQL
run: sudo systemctl start mysql.service
- name: Setup MySQL authentication method that PHP understands
run: sudo mysql -u root -e "ALTER USER root IDENTIFIED WITH mysql_native_password BY '';"
#- name: Setup MySQL
# uses: mirromutth/mysql-action@v1.1
# with: