MySQL – secure client connections

This section deals with secure connectivity between clients and the database server. There are currently two methods available for secure encrypted connections. One involves creating an SSH tunnel and using port redirecting to access the database server. The second solution involves generating SSL certificates and using SSL to encrypt the data as it is being transmitted over the network between client and server.