Parameter | Description |
---|---|
Host | The hostname or IP address of the MySQL server. |
Port | The port number on which the MySQL server is listening (default is 3306). |
Database | The name of the MySQL database you want to connect to. |
Username | Your MySQL database user login name. |
Password | The password associated with your MySQL database user. |
SSL Mode | (Optional) The desired level of SSL certificate verification (e.g., require, verify-full, disable). Recommended for secure connections. |