Correctly use seealso
This commit is contained in:
parent
70d13367c0
commit
9f958c28f4
@ -223,9 +223,12 @@ cookie authentication modes (or 'config' authentication mode since phpMyAdmin
|
||||
privilege on the *mysql.user (all columns except "Password")*, *mysql.db (all
|
||||
columns)* and *mysql.tables\_priv (all columns except "Grantor" and
|
||||
"Timestamp")* tables. This account is used to check what databases the user
|
||||
will see at login. Please see the :ref:`setup` on :ref:`authentication_modes`
|
||||
for more information. In phpMyAdmin versions before 2.2.5, those were called
|
||||
"stduser/stdpass".
|
||||
will see at login.
|
||||
|
||||
.. versionchanged:: 2.2.5
|
||||
those were called "stduser/stdpass"
|
||||
|
||||
.. seealso:: :ref:`setup`, :ref:`authentication_modes`
|
||||
|
||||
.. config:option:: $cfg['Servers'][$i]['auth_type']
|
||||
|
||||
|
||||
4
faq.rst
4
faq.rst
@ -566,9 +566,7 @@ This is not specific to phpmyadmin, it's just the behavior of Apache.
|
||||
http://backend.example.com/%7Euser/phpmyadmin
|
||||
ProxyPassReverseCookiePath /%7Euser/phpmyadmin /mirror/foo
|
||||
|
||||
See `http://httpd.apache.org/docs/2.2/mod/mod\_proxy.html
|
||||
<http://httpd.apache.org/docs/2.2/mod/mod_proxy.html>`_ for more
|
||||
details.
|
||||
.. seealso:: <http://httpd.apache.org/docs/2.2/mod/mod_proxy.html>
|
||||
|
||||
.. _faq1_41:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user