Replies: 2 comments
-
Hi! Yes, we ought to support something like Lines 1284 to 1295 in aea28a4 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the response. I was trying to find a way to use "unmodified" connection string URLs (I intend to copy/paste them from another app) with mycli, by adding this For now I can just use a good old bash alias: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am connecting to a MySQL server that has
require_secure_transport=ON
so I need to usemycli --ssl
to connect, and it does work. However, I cannot determine where I can put this in the config file so I do not need it on the command line.Beta Was this translation helpful? Give feedback.
All reactions