diff --git a/plogical/mysqlUtilities.py b/plogical/mysqlUtilities.py index e264cf9c5..91c96ada8 100755 --- a/plogical/mysqlUtilities.py +++ b/plogical/mysqlUtilities.py @@ -848,7 +848,7 @@ password=%s cursor.execute("update db set Host='%s' where Db='%s'" % (remoteIP, dbName)) cursor.execute("update user set Host='%s' where user='%s'" % (remoteIP, userName)) - cursor.execute("FLUSH PRIVILIGES") + cursor.execute("FLUSH PRIVILEGES") connection.close()