vscode-mysql icon indicating copy to clipboard operation
vscode-mysql copied to clipboard

How do I pass special options through

Open Onering20 opened this issue 2 years ago • 0 comments

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" }

Onering20 avatar May 04 '23 21:05 Onering20