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
When set, define the name of the database to be used for the ":ref:`linked-tables`" database.
273
+
When not set, the advanced features are not enabled by default: they can still potentially be enabled by the user when logging in with the :ref:`zeroconf` feature.
274
+
275
+
.. note:: Suggested values: `phpmyadmin` or `pmadb`
If defined, this option will hide the PHP version (`expose_php = Off`).
@@ -240,6 +287,18 @@ You can configure several phpMyAdmin features using environment variables:
240
287
241
288
.. note:: Format as `[0-9+](K,M,G)` default value is `2048K`
242
289
290
+
.. envvar:: MEMORY_LIMIT
291
+
292
+
If set, this option will override the phpMyAdmin memory limit :config:option:`$cfg['MemoryLimit']` and PHP's `memory_limit`.
293
+
294
+
.. note:: Format as `[0-9+](K,M,G)` where `K` is for Kilobytes, `M` for Megabytes, `G` for Gigabytes and `1K` = 1024 bytes. Default value is `512M`.
295
+
296
+
.. envvar:: MAX_EXECUTION_TIME
297
+
298
+
If set, this option will override the maximum execution time in seconds for phpMyAdmin :config:option:`$cfg['ExecTimeLimit']` and PHP's `max_execution_time`.
299
+
300
+
.. note:: Format as `[0-9+]`. Default value is `600`.
301
+
243
302
.. envvar:: PMA_CONFIG_BASE64
244
303
245
304
If set, this option will override the default `config.inc.php` with the base64 decoded contents of the variable.
0 commit comments