3.3.2.2.2. MySQL SSL 连接参数
MySQL SSL 配置示例如下:
DB_CONNECTION_ARGS: ssl: ca: /path/to/cacert
DB_CONNECTION_ARGS:
ssl:
ca: /path/to/cacert
有关 MySQL 的有效连接参数的信息,请参考 https://dev.mysql.com/doc/refman/8.0/en/connecting-using-uri-or-key-value-pairs.html。