-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Using .mylogin.cnf for a mysql connection #45
Comments
Not currently supported. Is there a way to check if |
That sounds like a good approach. An entry in This is how one can check if an entry exists in the config:
You add an entry by:
|
Eh that's a bit less intuitive, going for a query param for now because that's easy to implement. |
First of all, thanks for the great work with this plugin!
In order to use encrypted password for a mysql connection I'm using .mylogin.cnf. To use a connection from this configuration file from the shell I would use
mysql --login-path=<entry-in-config>
Is there any way to supply the
login-path
flag using dadbod?Thanks!
The text was updated successfully, but these errors were encountered: