diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-09 10:55:03 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-09 13:09:38 +0100 |
| commit | 04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa (patch) | |
| tree | 5c691241355c943a3c68ddb06b8cf8c60aa11319 /srcs/phpmyadmin/doc/html/_sources/settings.txt | |
| parent | 7e0d85db834d6351ed85d01e5126ac31dc510b86 (diff) | |
| download | ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.tar.gz ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.tar.bz2 ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.zip | |
phpmyadmin working
Diffstat (limited to 'srcs/phpmyadmin/doc/html/_sources/settings.txt')
| -rw-r--r-- | srcs/phpmyadmin/doc/html/_sources/settings.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/doc/html/_sources/settings.txt b/srcs/phpmyadmin/doc/html/_sources/settings.txt new file mode 100644 index 0000000..be36b80 --- /dev/null +++ b/srcs/phpmyadmin/doc/html/_sources/settings.txt @@ -0,0 +1,21 @@ +Configuring phpMyAdmin +---------------------- + +There are many configuration settings that can be used to customize the +interface. Those settings are described in +:ref:`config`. There are several layers of the configuration. + +The global settings can be configured in :file:`config.inc.php` as described in +:ref:`config`. This is only way to configure connections to databases and other +system wide settings. + +On top of this there are user settings which can be persistently stored in +:ref:`linked-tables`, possibly automatically configured through +:ref:`zeroconf`. If the :ref:`linked-tables` are not configured, the settings +are temporarily stored in the session data; these are valid only until you +logout. + +You can also save the user configuration for further use, either download them +as a file or to the browser local storage. You can find both those options in +the :guilabel:`Settings` tab. The settings stored in browser local storage will +be automatically offered for loading upon your login to phpMyAdmin. |
