From d322e8e21d457bdd0cf64eff0f4ea9565a27c485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Tue, 5 Dec 2023 13:41:26 +0100 Subject: [PATCH] ci: test fix --- bin/install-wp-tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/install-wp-tests.sh b/bin/install-wp-tests.sh index 46cf643..af59ebb 100755 --- a/bin/install-wp-tests.sh +++ b/bin/install-wp-tests.sh @@ -139,9 +139,7 @@ recreate_db() { } create_db() { - mysql -u root -p "${DB_PASS}" -e "FLUSH PRIVILEGES; GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY ''; FLUSH PRIVILEGES;" mysqladmin create $DB_NAME --user="$DB_USER" --password="$DB_PASS" $EXTRA - mysql -u root -p "${DB_PASS}" -e "FLUSH PRIVILEGES; GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY ''; FLUSH PRIVILEGES;" } install_db() {