formulahendry/vscode-mysql

Connecting with an empty password

Open

#9 opened on Dec 15, 2017

 (3 comments) (0 reactions) (0 assignees)TypeScript (58 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (229 stars)
PR merge metrics
 (PR metrics pending)

Description

Specifying an empty password assumes no password.

When I try add a MySQL connection with an empty password it assumes no password is being used and I get an error: Error: ER_ACCESS_DENIED_ERROR: Access denied for user '****:****' (using password: NO)

If I specify an invalid password (not empty), I get: Error: ER_ACCESS_DENIED_ERROR: Access denied for user '****:****' (using password: YES)

There's no way for me to specify that I want to use a password, but that the password is an empty string.

Contributor guide