Connect to MySQL DB Securely using MySQL Workbench

0

Trying to connect to MySQL DB Securely using MySQL Workbench or MySQL CLI over SSL. Not sure the process of obtaining, downloading and applying the certificate and connecting MySQL Workbench to it using SSL. I can connect via port 3306 so its only SSL. Appreciate the help.

已提问 1 年前503 查看次数
1 回答
0

Without knowing your exact version, you could refer to this or find similar: https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-ssl-wizard.html

In general you need to download or generate a trusted certificate (typically a PEM file) which then can be provided as connection properties.

profile picture
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则