summaryrefslogtreecommitdiff
path: root/templates/setmysqlpass.sh.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/setmysqlpass.sh.erb')
-rw-r--r--templates/setmysqlpass.sh.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/setmysqlpass.sh.erb b/templates/setmysqlpass.sh.erb
index 9cb3d39..fbca07e 100644
--- a/templates/setmysqlpass.sh.erb
+++ b/templates/setmysqlpass.sh.erb
@@ -8,5 +8,5 @@ PASSWORD="<%= mysql_rootpw %>"
DEFAULTS="/etc/mysql/debian.cnf"
# Run
-echo "USE mysql; UPDATE user SET Password=PASSWORD('$PASSWORD') WHERE User='root' AND Host='localhost';" | \
+echo "USE mysql; UPDATE user SET Password=PASSWORD('$PASSWORD') WHERE User='root' AND Host='localhost'; flush privileges;" | \
/usr/bin/mysql --defaults-file=$DEFAULTS