Connecting to MYSQL with ssl
I have an external program that I use to build and edit my mysql databases. In the connection setup it has a couple of options for using ssl. In the Standard connection window if you select "Connect Using SSL" you get the options to set a key file, a certificate, and a ca cert.
The program has a Socket connection option that asked for the socket and the same ssl information. There is a third type of connection that uses SSH.
With this type of connection they ask for
SSH Host
SSH User
SSH Password
SSH Port
Are there options with in motion to make use of these additional connection types to make things more secure?
The program has a Socket connection option that asked for the socket and the same ssl information. There is a third type of connection that uses SSH.
With this type of connection they ask for
SSH Host
SSH User
SSH Password
SSH Port
Are there options with in motion to make use of these additional connection types to make things more secure?