Some more file references

This commit is contained in:
Michal Čihař 2012-11-09 11:38:02 +01:00
parent 38511cc793
commit 64de88d9db
2 changed files with 5 additions and 5 deletions

View File

@ -819,7 +819,7 @@ to come.
On a server with a huge number of databases, the default ``SHOW
DATABASES`` command used to fetch the name of available databases will
probably be too slow, so it can be replaced by faster commands (see
``libraries/config.default.php`` for examples).
:file:`libraries/config.default.php` for examples).
.. config:option:: $cfg['Servers'][$i]['CountTables']
@ -839,7 +839,7 @@ credentials. This is alternative approach to session based single
signon. The script needs to provide function
``get_login_credentials`` which returns list of username and
password, accepting single parameter of existing username (can be
empty). See ``examples/signon-script.php`` for an example.
empty). See :file:`examples/signon-script.php` for an example.
.. config:option:: $cfg['Servers'][$i]['SignonSession']

View File

@ -182,16 +182,16 @@ file called *create\_tables.sql*. (If you are using a Windows server,
pay special attention to :ref:`faq1_23`).
If you already had this infrastructure and upgraded to MySQL 4.1.2 or
newer, please use *./examples/upgrade\_tables\_mysql\_4\_1\_2+.sql*
newer, please use :file:`examples/upgrade_tables_mysql_4_1_2+.sql`
and then create new tables by importing
*./examples/create\_tables.sql*.
:file:`examples/create_tables.sql`.
You can use your phpMyAdmin to create the tables for you. Please be
aware that you may need special (administrator) privileges to create
the database and tables, and that the script may need some tuning,
depending on the database name.
After having imported the *./examples/create\_tables.sql* file, you
After having imported the :file:`examples/create_tables.sql` file, you
should specify the table names in your :file:`config.inc.php` file. The
directives used for that can be found in the :ref:`config`. You will also need to
have a controluser with the proper rights to those tables (see section