MySqlConnectionStringBuilder - Connect with Certificates
问题 Iam trying to connect to Google Cloud Sql which is a MySql solution. I was able to connect using MySql Workbench. How can i connect in c# using the MySqlConnectionStringBuilder ? I found no way to provide the three certificate(s). 回答1: I found a solution. Make sure you gain access to external connection using the google cloud console + you have to set a password. Export the 3 certificate files Create a new certificate using openssl pkcs12 -export -in client-cert.pem -inkey client-key.pem