We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf556c7 commit 756c809Copy full SHA for 756c809
tests/ci/bootstrap.sh
@@ -80,7 +80,7 @@ then
80
81
copy_template_httpd_conf
82
~/bin/services start
83
- mysql -e "CREATE USER 'root'@'gateway' IDENTIFIED BY 'test123';
+ mysql -e "CREATE USER 'root'@'gateway' IDENTIFIED BY '';
84
GRANT ALL PRIVILEGES ON *.* TO 'root'@'gateway' WITH GRANT OPTION;
85
FLUSH PRIVILEGES;"
86
0 commit comments