Skip to main content
Example of settings:

Setting fields:
The table or where fields cannot be used together with the query field. And either one of the table or query fields must be declared.
ssl_ca, ssl_cert and ssl_key name files that the server opens with its own privileges, so they are only accepted for a dictionary defined in a server configuration file. A dictionary created with a CREATE DICTIONARY query must pass the contents instead, in ssl_ca_pem, ssl_cert_pem and ssl_key_pem. Those values are masked in logs and in SHOW queries, the same way passwords are.
There is no explicit parameter secure. When establishing an SSL-connection security is mandatory.
MySQL can be connected to on a local host via sockets. To do this, set host and socket. Example of settings:
Last modified on July 30, 2026