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.
1 parent ab09d14 commit 6fd8a6bCopy full SHA for 6fd8a6b
install/vst-install.sh
@@ -530,6 +530,7 @@ fi
530
531
mysqladmin -u root password $mpass
532
echo -e "[client]\npassword='$mpass'\n" > /root/.my.cnf
533
+chmod 600 /root/.my.cnf
534
mysql -e "DELETE FROM mysql.user WHERE User=''"
535
mysql -e "DROP DATABASE test"
536
mysql -e "DELETE FROM mysql.db WHERE Db='test' OR Db='test\\_%'"
0 commit comments