HeidiSql supports CLI arguments. Sadly i am not allowed to post links. Its on the help page.
I want to use the sslcacertificate option (-sslca or --sslcacertificate) but I keep getting errors, most likely because I am not using that flag correctly.
For example, let's say my current directory has a cert.pem which is the CA.
How do I use this with heidisql CLI arguments? Other args are omitted to reduce bloat.
heidisql.exe -sslca "./cert.pem" heidisql.exe -sslca "cert.pem" heidisql.exe -sslca="cert.pem"
Etc.
Thanks for your help