dbcli/mssql-cli

Connecting to a server with an empty password

Offen

#488 geöffnet am 02.09.2020

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (193 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (1.413 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

My local server has a user with an empty password. To connect to the server, passing -P "" does not work (i.e. the client prompts for Password anyway). Also setting the environment variable MSSQL_CLI_PASSWORD to "" has the same effect.

Is there a way to pass an empty password without being prompted ?

Contributor Guide