In some official Oracle material I am reading
"MySQL supports SSH (secure shell) connection to a remote MySQL server.
This requires:
- An SSH client on the client machine
- Port forwarding through an SSH tunnel from the client to the server A client application on the machine with the SSH client When you complete the setup, you have a local port that hosts an SSH connection to MySQL, encrypted using SSH."
Question
What an application (MySQL) could "support" on SSH? If I using an SSH client, and correctly configure port forwarding, is not the SSH transparent for MySQL? (With other words, MySQL have nothing to ti with this)
I am not a Linux guru, missing I something?