Connecting using SSL

By default, MySQL uses unencrypted connections between the client and the server. Using SSL, all communication between the server and client can be fully encrypted for security.

SSL Settings

To create a secure connection:

For more details about how SSL works with MySQL, see the MySQL documentation.