You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ssl_cipher - list of one or more permissible ciphers to use for SSL encryption (MySQL specific, @seehttps://php.net/manual/de/ref.pdo-mysql.php#pdo.constants.mysql-attr-cipher)
70
+
* ssl_key - path to the SSL key (MySQL specific, @seehttp://php.net/manual/de/ref.pdo-mysql.php#pdo.constants.mysql-attr-key)
71
+
* ssl_cert - path to the SSL certificate (MySQL specific, @seehttp://php.net/manual/de/ref.pdo-mysql.php#pdo.constants.mysql-attr-ssl-cert)
72
+
* ssl_ca - path to the SSL certificate authority (MySQL specific, @seehttp://php.net/manual/de/ref.pdo-mysql.php#pdo.constants.mysql-attr-ssl-ca)
* ssl_cipher - list of one or more permissible ciphers to use for SSL encryption (MySQL specific, @seehttp://php.net/manual/de/ref.pdo-mysql.php#pdo.constants.mysql-attr-cipher)
75
75
* databases - include more database configs and switch between them in tests.
76
76
* initial_queries - list of queries to be executed right after connection to the database has been initiated, i.e. creating the database if it does not exist or preparing the database collation
77
77
* skip_cleanup_if_failed - Do not perform the cleanup if the tests failed. If this is used, manual cleanup might be required when re-running
0 commit comments