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
* ``PMA_ARBITRARY`` - when set to 1 connection to the arbitrary server will be allowed
@@ -169,6 +184,8 @@ In order to keep your sessions active between container updates you will need to
169
184
* ``PMA_PORTS`` - define comma separated list of ports of the MySQL servers
170
185
* ``PMA_SOCKET`` - define socket file for the MySQL connection
171
186
* ``PMA_SOCKETS`` - define comma separated list of socket files for the MySQL connections
187
+
* ``PMA_SSL`` - when set to 1, defines SSL usage for the MySQL connection
188
+
* ``PMA_SSLS`` - comma separated list of `0` and `1` defining SSL usage for the corresponding MySQL connections
172
189
* ``PMA_USER`` and ``PMA_PASSWORD`` - define username and password to use only with the `config` authentication method
173
190
* ``PMA_ABSOLUTE_URI`` - the full URL to phpMyAdmin. Sometimes needed when used in a reverse-proxy configuration. Don't set this unless needed. See [documentation](https://docs.phpmyadmin.net/en/latest/config.html#cfg_PmaAbsoluteUri).
174
191
* ``PMA_CONFIG_BASE64`` - if set, this option will override the default `config.inc.php` with the base64 decoded contents of the variable
0 commit comments