Skip to content

Commit

Permalink
more bootstrap reversions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrath committed Feb 10, 2025
1 parent bf556c7 commit 756c809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ then

copy_template_httpd_conf
~/bin/services start
mysql -e "CREATE USER 'root'@'gateway' IDENTIFIED BY 'test123';
mysql -e "CREATE USER 'root'@'gateway' IDENTIFIED BY '';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'gateway' WITH GRANT OPTION;
FLUSH PRIVILEGES;"

Expand Down

0 comments on commit 756c809

Please sign in to comment.