We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81cbe8 commit 35b9e8dCopy full SHA for 35b9e8d
.github/workflows/build-release.yml
@@ -78,7 +78,7 @@ jobs:
78
sudo systemctl start mysql.service
79
sudo mysql -proot -e 'drop database if exists phplistdb'
80
sudo mysqladmin -proot create phplistdb
81
- sudo mysql -proot -e 'grant all on phplistdb.* to phplist@localhost identified by "phplist"'
+ sudo mysql -proot -e 'create user phplist@"%" identified by "phplist"; grant all on phplistdb.* to phplist@"%"'
82
83
- name: Start Test Server
84
run: |
0 commit comments