dbcli/mssql-cli

Connecting to a server with an empty password

Ouverte

#488 ouverte le 2 sept. 2020

 (0 commentaire) (0 réaction) (0 personne assignée)Python (193 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (1 413 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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 ?

Guide contributeur