formulahendry / formulahendry/vscode-mysql

How do I pass special options through

Open
#202 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
229
Forks
58
PR merge metrics
No merged PRs in 30d

Description

I am not the server admin so I cannot upgrade the server, How would I go about implementing InsecureAuth:true like the error says
`Error opening connection MySQL server is requesting the old and insecure pre-4.1 auth mechanism. Upgrade the user password or use the {insecureAuth: true} option.`

I presume it is though the workspace settings
` {
"mysqlOptions": {
"authProtocol": "default"
},
"previewLimit": 50,
"server": "x.x.x.x",
"port": 3306,
"driver": "MySQL",
"name": "OLD",
"group": "severs",
"database": "old",
"username": "myself"
}
`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.