Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not connecting with 'unix_socket' Mariadb plugin #761

Open
asnickolaz opened this issue Feb 1, 2021 · 0 comments
Open

Not connecting with 'unix_socket' Mariadb plugin #761

asnickolaz opened this issue Feb 1, 2021 · 0 comments
Labels
mysql MySQL / MariaDB driver triage

Comments

@asnickolaz
Copy link

asnickolaz commented Feb 1, 2021

VS Code:
Request connection/GetChildrenForTreeItemRequest failed with message: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MariaDB client

My con settings:
{
"mysqlOptions": {
"authProtocol": "default"
},
"previewLimit": 50,
"askForPassword": true,
"server": "localhost",
"port": 3306,
"driver": "MariaDB",
"name": "localhost",
"group": "MariaDB",
"username": "flin",
"socketPath": "/var/run/mysqld/mysqld.sock",
"database": "mysql",
"connectionMethod": "Socket File",
"usePassword": "Ask on connect"
}

Mariadb status:
Current user: flin@localhost
SSL: Not in use
Current pager: less
Using outfile: ''
Using delimiter: ;
Server: MariaDB
Server version: 10.3.27-MariaDB-0+deb10u1 Debian 10
Protocol version: 10
Connection: Localhost via UNIX socket
Server characterset: utf8mb4
Db characterset: utf8mb4
Client characterset: utf8mb4
Conn. characterset: utf8mb4
UNIX socket: /var/run/mysqld/mysqld.sock

@asnickolaz asnickolaz changed the title Not connected with 'unix_socket' Mariadb plugin Not connecting with 'unix_socket' Mariadb plugin Feb 1, 2021
@gjsjohnmurray gjsjohnmurray added the mysql MySQL / MariaDB driver label Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mysql MySQL / MariaDB driver triage
Projects
None yet
Development

No branches or pull requests

2 participants