Connection Configuration for MySQL
- Print
- PDF
Connection Configuration for MySQL
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback!
summary
This is the help page for setting up Connection Configuration for MySQL.
entry
| item name | indispensable | Contents |
|---|---|---|
| Name | Yes | Enter the name of the Connection Configuration to be used inside TROCCO. |
| memo | No | Enter a note of Connection Configuration to be used inside TROCCO. |
| host | Yes | Enter a host name or IP address. |
| destination port | Yes | Enter the port number of the database to connect to. The default port number for MySQL is 3306. |
| user | Yes | Enter a user name for authentication. |
| (computer) password | Yes | Please enter your password for authentication. |
| SSL | Yes | Select whether to use SSL (TLS) communication. Please refer to the case when SSL is enabled described below for the input items when enabled. |
| Connecting via SSH | No | Select this option if you wish to connect via SSH (using SSH tunnel). For more information, please see Connecting via SSH Tunnel. |
| Connecting via AWS Systems Manager Session Manager | No | For more information, see Connecting with AWS Systems Manager Session Manager. |
| JDBC Driver | No | Select the version of the JDBC driver that connects to the MySQL server. Depending on the version of MySQL you are using, you can choose from the following 5.1.49 |
When SSL is enabled
| item name | indispensable | Contents |
|---|---|---|
| CA certificate | No | You can enter a root certificate issued by a certification authority (CA). Please enter in pem file format. |
| Certificate (CRT file) | No | You can enter a certificate for authentication to be used when the client accesses the server. |
| Key (KEY file) | No | You can enter the private key corresponding to the client certificate. Please enter in pem file format. |
Was this article helpful?