We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba712c1 + c395b4c commit 5d7f641Copy full SHA for 5d7f641
bin/install-package-tests.sh
@@ -5,6 +5,7 @@ set -ex
5
install_db() {
6
mysql -e 'CREATE DATABASE IF NOT EXISTS wp_cli_test;' -uroot
7
mysql -e 'GRANT ALL PRIVILEGES ON wp_cli_test.* TO "wp_cli_test"@"localhost" IDENTIFIED BY "password1"' -uroot
8
+ mysql -e 'GRANT ALL PRIVILEGES ON wp_cli_test_scaffold.* TO "wp_cli_test"@"localhost" IDENTIFIED BY "password1"' -uroot
9
}
10
11
install_db
0 commit comments