Explorar o código

cmd_db: proper user create for localhost for remote db

- GH #14
Daniel-Constantin Mierla %!s(int64=2) %!d(string=hai) anos
pai
achega
78159c5ff8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      kamcli/commands/cmd_db.py

+ 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,