diff --git a/.github/actions/setup-database/action.yml b/.github/actions/setup-database/action.yml index 62e66b98e6..922d723f64 100644 --- a/.github/actions/setup-database/action.yml +++ b/.github/actions/setup-database/action.yml @@ -43,36 +43,22 @@ runs: echo "MySQL is ready" shell: bash - - name: Set up MySQL Privileges and Character Set + - name: Set up MySQL Privileges if: ${{ inputs.database == 'mysql' }} run: | - # Set global character set and collation - mysql -u root -proot_password -h 127.0.0.1 mysql <