Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2012-02-14 19:01:32 +0400
committerMichal Čihař <mcihar@suse.cz>2012-02-14 19:01:32 +0400
commita32fac4c4b8d027c1ff69feedb5183dc060985b0 (patch)
tree9f7b65afbef7f12f3eb0630fc5e66d55461a28c2 /Documentation.html
parent5d187f722265a3a1768e11c07a954d53f8763c70 (diff)
Update references to SQL files
Diffstat (limited to 'Documentation.html')
-rw-r--r--Documentation.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation.html b/Documentation.html
index aec4e569ed..04f022bf49 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -338,21 +338,21 @@ rm -rf config # remove not needed directory
multi-user installation (this database would then be accessed by the
controluser, so no other user should have rights to it).</p>
-<p> Please look at your <tt>./scripts/</tt> directory, where you should find a
+<p> Please look at your <tt>./examples/</tt> directory, where you should find a
file called <i>create_tables.sql</i>. (If you are using a Windows server, pay
special attention to <a href="#faq1_23">
<abbr title="Frequently Asked Questions">FAQ</abbr> 1.23</a>).</p>
<p> If you already had this infrastructure and upgraded to MySQL 4.1.2
- or newer, please use <i>./scripts/upgrade_tables_mysql_4_1_2+.sql</i>
- and then create new tables by importing <i>./scripts/create_tables.sql</i>.</p>
+ or newer, please use <i>./examples/upgrade_tables_mysql_4_1_2+.sql</i>
+ and then create new tables by importing <i>./examples/create_tables.sql</i>.</p>
<p> 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.</p>
-<p> After having imported the <i>./scripts/create_tables.sql</i> file, you
+<p> After having imported the <i>./examples/create_tables.sql</i> file, you
should specify the table names in your <i>./config.inc.php</i> file. The
directives used for that can be found in the <a href="#config">Configuration
section</a>. You will also need to have a controluser with the proper rights
@@ -376,7 +376,7 @@ rm -rf config # remove not needed directory
<p> If you have upgraded your MySQL server from a version previous to 4.1.2 to
version 5.x or newer and if you use the phpMyAdmin configuration storage,
you should run the SQL script found in
- <tt>scripts/upgrade_tables_mysql_4_1_2+.sql</tt>.</p>
+ <tt>examples/upgrade_tables_mysql_4_1_2+.sql</tt>.</p>
<h3 id="authentication_modes">Using authentication modes</h3>