We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec562b commit ab09d14Copy full SHA for ab09d14
1 file changed
install/vst-install.sh
@@ -533,6 +533,7 @@ echo -e "[client]\npassword='$mpass'\n" > /root/.my.cnf
533
mysql -e "DELETE FROM mysql.user WHERE User=''"
534
mysql -e "DROP DATABASE test"
535
mysql -e "DELETE FROM mysql.db WHERE Db='test' OR Db='test\\_%'"
536
+mysql -e "DELETE FROM mysql.user WHERE user='' or password='';"
537
mysql -e "FLUSH PRIVILEGES"
538
539
# Bind configuration
0 commit comments