diff --git a/.github/workflows/exec.yml b/.github/workflows/exec.yml index 8f1edce..03a5455 100644 --- a/.github/workflows/exec.yml +++ b/.github/workflows/exec.yml @@ -39,10 +39,10 @@ jobs: run: | cd test_db netstat -ltpn - sudo mysql -e 'select version();' - mysql -h 127.0.0.1 -P3306 -uroot -proot test< ./employees.sql + #sudo mysql -e 'select version();' + mysql --protocol=TCP -uroot -proot test< ./employees.sql cd - - rm -rf test_db + rm -rf test_db # Runs a single command using the runners shell - name: Run help mode run: perl ./mysqltuner.pl --help