From 6fd8a6b3ea5c77a3900e711c45f8714760c4ba00 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Thu, 6 Jun 2013 22:37:22 +0300 Subject: [PATCH] 600 on my.cnf --- install/vst-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/vst-install.sh b/install/vst-install.sh index 1d2aca60c..83feb23f3 100644 --- a/install/vst-install.sh +++ b/install/vst-install.sh @@ -530,6 +530,7 @@ fi mysqladmin -u root password $mpass echo -e "[client]\npassword='$mpass'\n" > /root/.my.cnf +chmod 600 /root/.my.cnf mysql -e "DELETE FROM mysql.user WHERE User=''" mysql -e "DROP DATABASE test" mysql -e "DELETE FROM mysql.db WHERE Db='test' OR Db='test\\_%'"