Add suggestion for AllowRoot as well
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
3f0122b6f4
commit
db4a2e11f4
@ -885,7 +885,8 @@ are always ways to make your installation more secure:
|
||||
can do this using ``robots.txt`` file in root of your webserver or limit
|
||||
access by web server configuration, see :ref:`faq1_42`.
|
||||
* In case you don't want all MySQL users to be able to access
|
||||
phpMyAdmin, you can use :config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` to limit them.
|
||||
phpMyAdmin, you can use :config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` to limit them
|
||||
or :config:option:`$cfg['Servers'][$i]['AllowRoot']` to deny root user access.
|
||||
* Consider hiding phpMyAdmin behind an authentication proxy, so that
|
||||
users need to authenticate prior to providing MySQL credentials
|
||||
to phpMyAdmin. You can achieve this by configuring your web server to request
|
||||
|
||||
Loading…
Reference in New Issue
Block a user