dbcli/mssql-cli

Connecting to a server with an empty password

开放

#488 创建于 2020年9月2日

 (0 条评论) (0 个反应) (0 位负责人)Python (193 个派生)auto 404
good first issue

仓库指标

星标
 (1,413 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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 ?

贡献者指南