fix spellings

This commit is contained in:
Usman Nasir
2020-07-17 12:20:59 +05:00
parent fba0c04159
commit 5a04cf9cb3

View File

@@ -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()