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.

gefragt vor einem Jahr503 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen