Skip to content

Commit

Permalink
Clarifications
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Jan 5, 2015
1 parent 7e3309f commit c6bf4d6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,16 +272,17 @@ disable set :config:option:`$cfg['ZeroConf']` to false.

The following three scenarios are convered by the Zero Configuration mode:

* When entering a database where there are no pma tables, phpMyAdmin offers to
create them from the Operations tab.
* When entering a database where the configuration storage tables are not
present, phpMyAdmin offers to create them from the Operations tab.
* When entering a database where the tables do already exist, the software
automatically detects this and begins using them. This is the most common
situation; after the tables are initially created automatically they are
continually used without disturbing the user; this is also most useful on
shared hosting where the user is not able to edit :file:`config.inc.php` and
the user only has access to one database.
usually the user only has access to one database.
* When having access to multiple databases, if the user first enters the
database containing the pma tables then switches to another database,
database containing the configuration storage tables then switches to
another database,
phpMyAdmin continues to use the tables from the first database; the user is
not prompted to create more tables in the new database.

Expand Down

0 comments on commit c6bf4d6

Please sign in to comment.