Creating SSL Connection

  1. Open the Database Connection Properties dialog box by any of these ways:
    • On the Database menu, select New Connection.
    • Click the New Connection button on the Database Explorer toolbar
    • Right-click in the Database Explorer window and select New Connection on the menu
  2. Switch to the Security tab, check Use security protocol and select Use SSL.
  3. Specify the location of the client key, client certificate, and authority certificate in the corresponding fields. If you have no certificates, see Generating Certificates for SSL Server and Client topic for more information.

  4. Optionally, you can specify the required cipher or select all available ones. All ciphers are checked by default. The following ciphers are allowed in Query Builderfor MySQL:
    • DES(40)
    • DES(56)
    • 3DES(168)
    • AES(128)
    • AES(256)
    • RC4(40)
    • RC4(128)
    • RC2(40)
  5. On the General tab, set login information required to connect to the MySQL Server.
    • Host - the name or ip address of the MySQL Server host.
    • Port - the TCP/IP port to connect to the MySQL Server. By default, it is 3306.
    • User - the name of the user account on the MySQL Server.
    • Password - the password of the user account on the MySQL Server.

  6. Specify the default database of the MySQL Server. To see all databases of the selected MySQL Server in the Database Explorer window, select Show all databases, otherwise you will see only the selected one.
  7. (Optional) To test the connection, click the Test Connection button.
  8. Click OK to establish the database connection.