ccql
ccql copied to clipboard
Use .my.cnf or .mylogin.cnf if available...
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.
Would either of @nickcanz / @jfudally / @timvaillancourt be interested in picking this up by way of introduction to ccql?
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.