ccql icon indicating copy to clipboard operation
ccql copied to clipboard

Use .my.cnf or .mylogin.cnf if available...

Open tomkrouper opened this issue 6 years ago • 2 comments

If native mysql commands, you don't have to specify a credentials file if you don't want to. The request here is to check for the existence of config files in the same way mysql or mysqldump would do. Additionally adding the option --login-path=# which would use the credentials from .mylogin.cnf or default to [client] if the file exists and --login-path is not provided.

tomkrouper avatar Jul 23 '19 16:07 tomkrouper

Would either of @nickcanz / @jfudally / @timvaillancourt be interested in picking this up by way of introduction to ccql?

shlomi-noach avatar Aug 04 '19 06:08 shlomi-noach

I can add it to my backlog, and as soon as I finish up the devel mysql upgrades I can take a look at this.

jfudally avatar Aug 05 '19 17:08 jfudally