Implementation
This handler is implemented by extending the MySQLHandler. Connect GreptimeDB to MindsDB by providing the following parameters:- hostis the host name, IP address, or URL.
- portis the port used to make TCP/IP connection.
- databaseis the database name.
- useris the database user.
- passwordis the database password.
- sslis the- sslparameter value that indicates whether SSL is enabled (- True) or disabled (- False).
- ssl_cais the SSL Certificate Authority.
- ssl_certstores SSL certificates.
- ssl_keystores SSL keys.