From 64de88d9db36fc1e79719e27fdcdcaa6ec379b04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 9 Nov 2012 11:38:02 +0100 Subject: [PATCH] Some more file references --- config.rst | 4 ++-- setup.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.rst b/config.rst index acb6f11d48..d402c1be0e 100644 --- a/config.rst +++ b/config.rst @@ -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'] diff --git a/setup.rst b/setup.rst index 4887e9541c..bd2ab7245c 100644 --- a/setup.rst +++ b/setup.rst @@ -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