Translated using Weblate (Ukrainian)
[phpmyadmin.git] / doc / settings.rst
blob9d4e3d2ae33ee032f43af99160cecf3f7522e389
1 Configuring phpMyAdmin
2 ----------------------
4 phpMyAdmin has quite a lot of configuration settings, those are described in
5 :ref:`config`. There are several layers of the configuration.
7 The global settings can be configured in :file:`config.inc.php` as described in
8 :ref:`config`. This is only way to configure connections to databases and other
9 system wide settings.
11 On top of this there are user settings which can be persistently stored in
12 :ref:`linked-tables`, possibly automatically configured through
13 :ref:`zeroconf`.  If the :ref:`linked-tables` are not configured, the settings
14 are temporarily stored in the session data, these are valid only until you
15 logout.
17 You can also save the user configuration for further use, either download them
18 as a file or to the browser local storage. You can find both those options in
19 the :guilabel:`Settings` tab. The settings stored in browser local storage will
20 be automatically offered for loading upon your login to phpMyAdmin.