2
0
Эх сурвалжийг харах

cmd_db: proper user create for localhost for remote db

- GH #14
Daniel-Constantin Mierla 2 жил өмнө
parent
commit
78159c5ff8

+ 1 - 1
kamcli/commands/cmd_db.py

@@ -379,7 +379,7 @@ def db_create_mysql_users(ctx, e, dbname, nousers, nogrants):
             nousers,
             nogrants,
             dbname,
-            dbhost,
+            "localhost",
             dbrwuser,
             dbrwpassword,
             dbrouser,