Sfoglia il codice sorgente

cmd_db: proper user create for localhost for remote db

- GH #14
Daniel-Constantin Mierla 2 anni fa
parent
commit
78159c5ff8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,