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

Support MySQL / MariaDB Sockets #125

Closed
steschuser opened this issue Oct 7, 2022 · 1 comment · Fixed by #149
Closed

Support MySQL / MariaDB Sockets #125

steschuser opened this issue Oct 7, 2022 · 1 comment · Fixed by #149
Assignees
Labels
kind/enhancement New feature or request

Comments

@steschuser
Copy link

Hello,

most databases I have to work with have no password for root user.
They use socket auth instead.

 mysql -S /var/run/mysqld/mysqld.sock
  -S, --socket=name   The socket file to use for connection.

Can that be supported?

Cheers!

@steschuser steschuser added the kind/enhancement New feature or request label Oct 7, 2022
@danvergara
Copy link
Owner

Hi,

Yes, that can be eventually supported. I have to address a couple of issues, first.

Nice suggestion!

Thanks

@danvergara danvergara self-assigned this Oct 7, 2022
@danvergara danvergara mentioned this issue Mar 2, 2023
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants