Add reference to configuration option

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-06-06 09:52:59 +02:00
parent 09eca334f0
commit 40577052fe

View File

@ -869,7 +869,7 @@ Server connection settings
.. note::
For auto-upgrade functionality to work, your
``$cfg['Servers'][$i]['controluser']`` must have ALTER privilege on
:config:option:`$cfg['Servers'][$i]['controluser']` must have ALTER privilege on
``phpmyadmin`` database. See the `MySQL documentation for GRANT
<https://dev.mysql.com/doc/refman/5.7/en/grant.html>`_ on how to
``GRANT`` privileges to a user.