This commit is contained in:
Loïc Chapeaux
2002-06-02 19:48:32 +00:00
parent 333dda4c7c
commit e12a3c66f0

View File

@@ -7,8 +7,8 @@
+ Version history: [2]ChangeLog + Version history: [2]ChangeLog
+ General notes: [3]README + General notes: [3]README
+ License: [4]LICENSE + License: [4]LICENSE
* Documentation version: $Id: Documentation.html,v 1.243 2002/06/01 * Documentation version: $Id: Documentation.html,v 1.244 2002/06/02
15:16:27 loic1 Exp $ 19:37:54 loic1 Exp $
______________________________________________________________________ ______________________________________________________________________
[5]Top - [6]Requirements - [7]Introduction - [8]Installation - [5]Top - [6]Requirements - [7]Introduction - [8]Installation -
@@ -46,15 +46,15 @@ Introduction
* export (*) and import data to CSV values * export (*) and import data to CSV values
* administer multiple servers and single databases * administer multiple servers and single databases
* check referential integrity * check referential integrity
* communicate in more than 38 different languages * communicate in more than [21]38 different languages
(*) phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 formats) (*) phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 formats)
dumps and CSV exports if you use PHP4 >= 4.0.4 with Zlib support dumps and CSV exports if you use PHP4 >= 4.0.4 with Zlib support
(--with-zlib) and/or Bzip2 support (--with-bz2). (--with-zlib) and/or Bzip2 support (--with-bz2).
______________________________________________________________________ ______________________________________________________________________
[21]Top - [22]Requirements - [23]Introduction - [24]Installation [22]Top - [23]Requirements - [24]Introduction - [25]Installation
- [25]Configuration - [26]FAQ - [27]Developers - [28]Credits - [26]Configuration - [27]FAQ - [28]Developers - [29]Credits
______________________________________________________________________ ______________________________________________________________________
Installation Installation
@@ -82,12 +82,12 @@ Installation
3. Open the file config.inc.php3 in your favourite editor and change 3. Open the file config.inc.php3 in your favourite editor and change
the values for host, user, password and authentication mode to fit the values for host, user, password and authentication mode to fit
your environment. Also insert the correct value for your environment. Also insert the correct value for
$cfg['PmaAbsoluteUri']. Have a look at [29]Configuration section $cfg['PmaAbsoluteUri']. Have a look at [30]Configuration section
for an explanation of all values. for an explanation of all values.
4. It is recommended that you protect the directory in which you 4. It is recommended that you protect the directory in which you
installed phpMyAdmin (unless it's on a closed intranet, or you installed phpMyAdmin (unless it's on a closed intranet, or you
wish to use http or cookie authentication), for example with wish to use http or cookie authentication), for example with
HTTP-AUTH (in a .htaccess file). See the [30]FAQ section for HTTP-AUTH (in a .htaccess file). See the [31]FAQ section for
additional information. additional information.
5. Open the file <www.your-host.com>/<your-install-dir>/index.php3 in 5. Open the file <www.your-host.com>/<your-install-dir>/index.php3 in
your browser. phpMyAdmin should now display a welcome screen and your browser. phpMyAdmin should now display a welcome screen and
@@ -174,8 +174,8 @@ Installation
directives. directives.
______________________________________________________________________ ______________________________________________________________________
[31]Top - [32]Requirements - [33]Introduction - [34]Installation [32]Top - [33]Requirements - [34]Introduction - [35]Installation
- [35]Configuration - [36]FAQ - [37]Developers - [38]Credits - [36]Configuration - [37]FAQ - [38]Developers - [39]Credits
______________________________________________________________________ ______________________________________________________________________
Configuration Configuration
@@ -254,7 +254,7 @@ CRIPT_NAME'], '/')+1);
columns) & mysql.tables_priv (all columns except "Grantor" & columns) & mysql.tables_priv (all columns except "Grantor" &
"Timestamp") tables. This account is used to check what "Timestamp") tables. This account is used to check what
databases the user will see at login. databases the user will see at login.
Please see the [39]install section on "Using http Please see the [40]install section on "Using http
authentication" for more information. authentication" for more information.
Note that if you try login to phpMyAdmin with this Note that if you try login to phpMyAdmin with this
"controluser", you could get some errors, depending the exact "controluser", you could get some errors, depending the exact
@@ -407,7 +407,7 @@ CRIPT_NAME'], '/')+1);
"Structure/Relation view/Choose field to display" to choose "Structure/Relation view/Choose field to display" to choose
the field. the field.
Usage tip: [40]Display field. Usage tip: [41]Display field.
$cfg['Servers'][$i]['table_coords'] string $cfg['Servers'][$i]['table_coords'] string
Since release 2.3.0 you can describe, in a special Since release 2.3.0 you can describe, in a special
@@ -435,7 +435,7 @@ CRIPT_NAME'], '/')+1);
+ then manually fill this table with information about the + then manually fill this table with information about the
table positions on the PDF schema. table positions on the PDF schema.
Usage tips: [41]PDF output. Usage tips: [42]PDF output.
$cfg['Servers'][$i]['AllowDeny']['order'] string $cfg['Servers'][$i]['AllowDeny']['order'] string
If your rule order is empty, then IP authentication is If your rule order is empty, then IP authentication is
@@ -690,14 +690,14 @@ CRIPT_NAME'], '/')+1);
need to edit this. need to edit this.
______________________________________________________________________ ______________________________________________________________________
[42]Top - [43]Requirements - [44]Introduction - [45]Installation [43]Top - [44]Requirements - [45]Introduction - [46]Installation
- [46]Configuration - [47]FAQ - [48]Developers - [49]Credits - [47]Configuration - [48]FAQ - [49]Developers - [50]Credits
______________________________________________________________________ ______________________________________________________________________
FAQ - Frequently Asked Questions FAQ - Frequently Asked Questions
[50]Server - [51]Configuration - [52]Limitations - [51]Server - [52]Configuration - [53]Limitations -
[53]Multi-user - [54]Browsers - [55]Usage tips - [56]Project [54]Multi-user - [55]Browsers - [56]Usage tips - [57]Project
[Server] [Server]
@@ -723,7 +723,7 @@ FAQ - Frequently Asked Questions
I'm running phpMyAdmin with "cookie" authentication mode under PHP I'm running phpMyAdmin with "cookie" authentication mode under PHP
4.2.0 or 4.2.1 loaded as an Apache 2+ module but can't enter the 4.2.0 or 4.2.1 loaded as an Apache 2+ module but can't enter the
script: I'm always displayed the login screen. script: I'm always displayed the login screen.
This is a kown PHP bug (see this [57]bug report) from the official php This is a kown PHP bug (see this [58]bug report) from the official php
bug database. It means there is and won't be any phpMyAdmin fix bug database. It means there is and won't be any phpMyAdmin fix
against it because there is no way to code a fix. against it because there is no way to code a fix.
@@ -731,14 +731,14 @@ FAQ - Frequently Asked Questions
specified CGI application misbehaved by not returning a complete set specified CGI application misbehaved by not returning a complete set
of HTTP headers...." of HTTP headers...."
You just forgot to read the install.txt file from the php You just forgot to read the install.txt file from the php
distribution. Have a look at the last message in this [58]bug report distribution. Have a look at the last message in this [59]bug report
from the official php bug database. from the official php bug database.
Using phpMyAdmin on IIS, I'm facing crashes and/or many error messages Using phpMyAdmin on IIS, I'm facing crashes and/or many error messages
with the http or advanced authentication mode. with the http or advanced authentication mode.
This is a known problem with the php ISAPI filter: it's not so stable. This is a known problem with the php ISAPI filter: it's not so stable.
For some more information and complete testings see the messages For some more information and complete testings see the messages
posted by Andr<64> B. aka "djdeluxe76" in [59]this thread from the posted by Andr<64> B. aka "djdeluxe76" in [60]this thread from the
phpWizard forum. phpWizard forum.
Please use instead the cookie authentication mode. Please use instead the cookie authentication mode.
@@ -778,11 +778,11 @@ FAQ - Frequently Asked Questions
7.0 and you updated your php rpm to php-4.0.4pl1-3.i386.rpm, didn't 7.0 and you updated your php rpm to php-4.0.4pl1-3.i386.rpm, didn't
you? you?
So the problem is that this package has a serious bug that was So the problem is that this package has a serious bug that was
corrected ages ago in php (2001-01-28: see [60]php's bug tracking corrected ages ago in php (2001-01-28: see [61]php's bug tracking
system for more details). The problem is that the bugged package is system for more details). The problem is that the bugged package is
still available though it was corrected (see [61]redhat's bugzilla for still available though it was corrected (see [62]redhat's bugzilla for
more details). more details).
So please download [62]the fixed package (4.0.4pl1-9) and the problem So please download [63]the fixed package (4.0.4pl1-9) and the problem
should go away. should go away.
And that fixes the \r\n problem with file uploads! And that fixes the \r\n problem with file uploads!
@@ -805,7 +805,7 @@ FAQ - Frequently Asked Questions
commands, removed. commands, removed.
I have lost my MySQL root password, what can I do? I have lost my MySQL root password, what can I do?
The MySql manual explains how to [63]reset the permissions. The MySql manual explains how to [64]reset the permissions.
I get an error 'No SQL query' when trying to execute a bookmark. I get an error 'No SQL query' when trying to execute a bookmark.
If PHP does not have read/write access to its upload_tmp_dir, it If PHP does not have read/write access to its upload_tmp_dir, it
@@ -847,13 +847,13 @@ FAQ - Frequently Asked Questions
on other systems, too. on other systems, too.
If you encounter this bug together with another OS and/or MySQL If you encounter this bug together with another OS and/or MySQL
version or you know how to work around it, please post a message into version or you know how to work around it, please post a message into
[64]our bug tracker at SourceForge. [65]our bug tracker at SourceForge.
I can't run the "display relations" feature because the script seems I can't run the "display relations" feature because the script seems
not to know the font face I'm using! not to know the font face I'm using!
The "FPDF" library we're using for this feature requires some special The "FPDF" library we're using for this feature requires some special
files to use font faces. files to use font faces.
Please refers to the [65]FPDF manual to build these files. Please refers to the [66]FPDF manual to build these files.
[Configuration] [Configuration]
@@ -879,7 +879,7 @@ FAQ - Frequently Asked Questions
change it to change it to
mysql.default_socket = /var/lib/mysql/mysql.sock mysql.default_socket = /var/lib/mysql/mysql.sock
Then restart apache and it will work. Then restart apache and it will work.
Here is a fix suggested by Brad Ummer in the [66]phpwizard forum: Here is a fix suggested by Brad Ummer in the [67]phpwizard forum:
* First, you need to determine what socket is being used by MySQL. * First, you need to determine what socket is being used by MySQL.
To do this, telnet to your server and go to the MySQL bin To do this, telnet to your server and go to the MySQL bin
directory. In this directory there should be a file named directory. In this directory there should be a file named
@@ -893,7 +893,7 @@ FAQ - Frequently Asked Questions
config.inc.php3. config.inc.php3.
For example: $cfg['Servers'][$i]['socket'] = '/tmp/mysql.sock'; For example: $cfg['Servers'][$i]['socket'] = '/tmp/mysql.sock';
Have also a look at the [67]corresponding section of the MySQL Have also a look at the [68]corresponding section of the MySQL
documentation. documentation.
Nothing is displayed by my browser when I try to run phpMyAdmin, what Nothing is displayed by my browser when I try to run phpMyAdmin, what
@@ -1050,7 +1050,7 @@ FAQ - Frequently Asked Questions
With Mozilla 0.9.? to 1.0-RC3 and Netscape 7.0-PR1 I can't type a With Mozilla 0.9.? to 1.0-RC3 and Netscape 7.0-PR1 I can't type a
whitespace in the SQL-Query edit area: the page scrolls down. whitespace in the SQL-Query edit area: the page scrolls down.
This is a Mozilla bug (see bug #26882 at [68]Bugzilla). This is a Mozilla bug (see bug #26882 at [69]Bugzilla).
[Using phpMyAdmin] [Using phpMyAdmin]
@@ -1162,10 +1162,10 @@ FAQ - Frequently Asked Questions
I have found a bug. How do I inform developers? I have found a bug. How do I inform developers?
Our Bug Tracker is located at Our Bug Tracker is located at
[69]http://sourceforge.net/projects/phpmyadmin/ under the Bugs [70]http://sourceforge.net/projects/phpmyadmin/ under the Bugs
section. section.
But please first discuss your bug with other users: But please first discuss your bug with other users:
[70]http://sourceforge.net/projects/phpmyadmin/ (and choose Forums) [71]http://sourceforge.net/projects/phpmyadmin/ (and choose Forums)
I want to translate the messages to a new language or upgrade an I want to translate the messages to a new language or upgrade an
existing language, where do I start? existing language, where do I start?
@@ -1192,15 +1192,15 @@ FAQ - Frequently Asked Questions
[This will create a new sub-directory named phpMyAdmin] [This will create a new sub-directory named phpMyAdmin]
* add your stuff * add your stuff
* put the modified files (tar'ed and gzip'ed) inside the patch * put the modified files (tar'ed and gzip'ed) inside the patch
tracker of the [71]phpMyAdmin SourceForge account. tracker of the [72]phpMyAdmin SourceForge account.
Write access to the CVS tree is granted only to experienced developers Write access to the CVS tree is granted only to experienced developers
who have already contributed something useful to phpMyAdmin. who have already contributed something useful to phpMyAdmin.
Also, have a look at the [72]Developers section. Also, have a look at the [73]Developers section.
______________________________________________________________________ ______________________________________________________________________
[73]Top - [74]Requirements - [75]Introduction - [76]Installation [74]Top - [75]Requirements - [76]Introduction - [77]Installation
- [77]Configuration - [78]FAQ - [79]Developers - [80]Credits - [78]Configuration - [79]FAQ - [80]Developers - [81]Credits
______________________________________________________________________ ______________________________________________________________________
Developers Information Developers Information
@@ -1222,7 +1222,7 @@ Developers Information
please try to keep your code as simple as possible: beginners are please try to keep your code as simple as possible: beginners are
using phpMyAdmin as an example application. using phpMyAdmin as an example application.
As far as possible, we want the scripts to be XHTML1.0 and CSS2 As far as possible, we want the scripts to be XHTML1.0 and CSS2
compliant on one hand, they fit [81]PEAR coding standards on the compliant on one hand, they fit [82]PEAR coding standards on the
other hand. Please pay attention to this. other hand. Please pay attention to this.
* Please try to keep up the file-naming conventions. Table-related * Please try to keep up the file-naming conventions. Table-related
stuff goes to tbl_*.php3, db-related code to db_*.php3 and so on. stuff goes to tbl_*.php3, db-related code to db_*.php3 and so on.
@@ -1245,7 +1245,7 @@ Developers Information
* add your stuff * add your stuff
* put the modified files (tar'ed and gzip'ed) inside the patch * put the modified files (tar'ed and gzip'ed) inside the patch
tracker of the phpMyAdmin SourceForge account tracker of the phpMyAdmin SourceForge account
([82]http://sourceforge.net/projects/phpmyadmin/) ([83]http://sourceforge.net/projects/phpmyadmin/)
Write access to the CVS tree is granted only to developers who have Write access to the CVS tree is granted only to developers who have
already contributed something useful to phpMyAdmin. If you're already contributed something useful to phpMyAdmin. If you're
@@ -1253,8 +1253,8 @@ Developers Information
mailing list. mailing list.
______________________________________________________________________ ______________________________________________________________________
[83]Top - [84]Requirements - [85]Introduction - [86]Installation [84]Top - [85]Requirements - [86]Introduction - [87]Installation
- [87]Configuration - [88]FAQ - [89]Developers - [90]Credits - [88]Configuration - [89]FAQ - [90]Developers - [91]Credits
______________________________________________________________________ ______________________________________________________________________
Credits Credits
@@ -1399,11 +1399,11 @@ Original Credits of Version 2.1.0
and or just some feedback. and or just some feedback.
______________________________________________________________________ ______________________________________________________________________
[91]Top - [92]Requirements - [93]Introduction - [94]Installation [92]Top - [93]Requirements - [94]Introduction - [95]Installation
- [95]Configuration - [96]FAQ - [97]Developers - [98]Credits - [96]Configuration - [97]FAQ - [98]Developers - [99]Credits
______________________________________________________________________ ______________________________________________________________________
[99]Valid XHTML 1.0! [100]Valid CSS! [100]Valid XHTML 1.0! [101]Valid CSS!
References References
@@ -1411,99 +1411,100 @@ References
2. file://localhost/c:/tmp/ChangeLog 2. file://localhost/c:/tmp/ChangeLog
3. file://localhost/c:/tmp/README 3. file://localhost/c:/tmp/README
4. file://localhost/c:/tmp/LICENSE 4. file://localhost/c:/tmp/LICENSE
5. file://localhost/c:/tmp/Documentation.html#top 5. file://localhost/c:/tmp/documentation.html#top
6. file://localhost/c:/tmp/Documentation.html#require 6. file://localhost/c:/tmp/documentation.html#require
7. file://localhost/c:/tmp/Documentation.html#intro 7. file://localhost/c:/tmp/documentation.html#intro
8. file://localhost/c:/tmp/Documentation.html#setup 8. file://localhost/c:/tmp/documentation.html#setup
9. file://localhost/c:/tmp/Documentation.html#config 9. file://localhost/c:/tmp/documentation.html#config
10. file://localhost/c:/tmp/Documentation.html#faq 10. file://localhost/c:/tmp/documentation.html#faq
11. file://localhost/c:/tmp/Documentation.html#developers 11. file://localhost/c:/tmp/documentation.html#developers
12. file://localhost/c:/tmp/Documentation.html#credits 12. file://localhost/c:/tmp/documentation.html#credits
13. file://localhost/c:/tmp/Documentation.html#top 13. file://localhost/c:/tmp/documentation.html#top
14. file://localhost/c:/tmp/Documentation.html#require 14. file://localhost/c:/tmp/documentation.html#require
15. file://localhost/c:/tmp/Documentation.html#intro 15. file://localhost/c:/tmp/documentation.html#intro
16. file://localhost/c:/tmp/Documentation.html#setup 16. file://localhost/c:/tmp/documentation.html#setup
17. file://localhost/c:/tmp/Documentation.html#config 17. file://localhost/c:/tmp/documentation.html#config
18. file://localhost/c:/tmp/Documentation.html#faq 18. file://localhost/c:/tmp/documentation.html#faq
19. file://localhost/c:/tmp/Documentation.html#developers 19. file://localhost/c:/tmp/documentation.html#developers
20. file://localhost/c:/tmp/Documentation.html#credits 20. file://localhost/c:/tmp/documentation.html#credits
21. file://localhost/c:/tmp/Documentation.html#top 21. file://localhost/c:/tmp/translators.html
22. file://localhost/c:/tmp/Documentation.html#require 22. file://localhost/c:/tmp/documentation.html#top
23. file://localhost/c:/tmp/Documentation.html#intro 23. file://localhost/c:/tmp/documentation.html#require
24. file://localhost/c:/tmp/Documentation.html#setup 24. file://localhost/c:/tmp/documentation.html#intro
25. file://localhost/c:/tmp/Documentation.html#config 25. file://localhost/c:/tmp/documentation.html#setup
26. file://localhost/c:/tmp/Documentation.html#faq 26. file://localhost/c:/tmp/documentation.html#config
27. file://localhost/c:/tmp/Documentation.html#developers 27. file://localhost/c:/tmp/documentation.html#faq
28. file://localhost/c:/tmp/Documentation.html#credits 28. file://localhost/c:/tmp/documentation.html#developers
29. file://localhost/c:/tmp/Documentation.html#config 29. file://localhost/c:/tmp/documentation.html#credits
30. file://localhost/c:/tmp/Documentation.html#faq 30. file://localhost/c:/tmp/documentation.html#config
31. file://localhost/c:/tmp/Documentation.html#top 31. file://localhost/c:/tmp/documentation.html#faq
32. file://localhost/c:/tmp/Documentation.html#require 32. file://localhost/c:/tmp/documentation.html#top
33. file://localhost/c:/tmp/Documentation.html#intro 33. file://localhost/c:/tmp/documentation.html#require
34. file://localhost/c:/tmp/Documentation.html#setup 34. file://localhost/c:/tmp/documentation.html#intro
35. file://localhost/c:/tmp/Documentation.html#config 35. file://localhost/c:/tmp/documentation.html#setup
36. file://localhost/c:/tmp/Documentation.html#faq 36. file://localhost/c:/tmp/documentation.html#config
37. file://localhost/c:/tmp/Documentation.html#developers 37. file://localhost/c:/tmp/documentation.html#faq
38. file://localhost/c:/tmp/Documentation.html#credits 38. file://localhost/c:/tmp/documentation.html#developers
39. file://localhost/c:/tmp/Documentation.html#setup 39. file://localhost/c:/tmp/documentation.html#credits
40. file://localhost/c:/tmp/Documentation.html#faqdisplay 40. file://localhost/c:/tmp/documentation.html#setup
41. file://localhost/c:/tmp/Documentation.html#faqpdf 41. file://localhost/c:/tmp/documentation.html#faqdisplay
42. file://localhost/c:/tmp/Documentation.html#top 42. file://localhost/c:/tmp/documentation.html#faqpdf
43. file://localhost/c:/tmp/Documentation.html#require 43. file://localhost/c:/tmp/documentation.html#top
44. file://localhost/c:/tmp/Documentation.html#intro 44. file://localhost/c:/tmp/documentation.html#require
45. file://localhost/c:/tmp/Documentation.html#setup 45. file://localhost/c:/tmp/documentation.html#intro
46. file://localhost/c:/tmp/Documentation.html#config 46. file://localhost/c:/tmp/documentation.html#setup
47. file://localhost/c:/tmp/Documentation.html#faq 47. file://localhost/c:/tmp/documentation.html#config
48. file://localhost/c:/tmp/Documentation.html#developers 48. file://localhost/c:/tmp/documentation.html#faq
49. file://localhost/c:/tmp/Documentation.html#credits 49. file://localhost/c:/tmp/documentation.html#developers
50. file://localhost/c:/tmp/Documentation.html#faqserver 50. file://localhost/c:/tmp/documentation.html#credits
51. file://localhost/c:/tmp/Documentation.html#faqconfig 51. file://localhost/c:/tmp/documentation.html#faqserver
52. file://localhost/c:/tmp/Documentation.html#faqlimitations 52. file://localhost/c:/tmp/documentation.html#faqconfig
53. file://localhost/c:/tmp/Documentation.html#faqmultiuser 53. file://localhost/c:/tmp/documentation.html#faqlimitations
54. file://localhost/c:/tmp/Documentation.html#faqbrowsers 54. file://localhost/c:/tmp/documentation.html#faqmultiuser
55. file://localhost/c:/tmp/Documentation.html#faqusing 55. file://localhost/c:/tmp/documentation.html#faqbrowsers
56. file://localhost/c:/tmp/Documentation.html#faqproject 56. file://localhost/c:/tmp/documentation.html#faqusing
57. http://bugs.php.net/bug.php?id=16626 57. file://localhost/c:/tmp/documentation.html#faqproject
58. http://bugs.php.net/bug.php?id=12061 58. http://bugs.php.net/bug.php?id=16626
59. http://www.phpwizard.net/phorum/read.php?f=1&i=6624&t=6300 59. http://bugs.php.net/bug.php?id=12061
60. http://www.php.net/bugs.php?id=8966 60. http://www.phpwizard.net/phorum/read.php?f=1&i=6624&t=6300
61. http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933 61. http://www.php.net/bugs.php?id=8966
62. http://www.redhat.com/swr/i386/php-4.0.4pl1-9.i386.html 62. http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933
63. http://www.mysql.com/doc/R/e/Resetting_permissions.html 63. http://www.redhat.com/swr/i386/php-4.0.4pl1-9.i386.html
64. http://sourceforge.net/tracker/index.php?func=detail&aid=540671&group_id=23067&atid=377408 64. http://www.mysql.com/doc/R/e/Resetting_permissions.html
65. http://www.fpdf.org/ 65. http://sourceforge.net/tracker/index.php?func=detail&aid=540671&group_id=23067&atid=377408
66. http://www.phpwizard.net/phorum/list.php?f=1 66. http://www.fpdf.org/
67. http://www.mysql.com/doc/C/a/Can_not_connect_to_server.html 67. http://www.phpwizard.net/phorum/list.php?f=1
68. http://bugzilla.mozilla.org/ 68. http://www.mysql.com/doc/C/a/Can_not_connect_to_server.html
69. http://sourceforge.net/projects/phpmyadmin/ 69. http://bugzilla.mozilla.org/
70. http://sourceforge.net/projects/phpmyadmin/ 70. http://sourceforge.net/projects/phpmyadmin/
71. http://sourceforge.net/projects/phpmyadmin/ 71. http://sourceforge.net/projects/phpmyadmin/
72. file://localhost/c:/tmp/Documentation.html#developers 72. http://sourceforge.net/projects/phpmyadmin/
73. file://localhost/c:/tmp/Documentation.html#top 73. file://localhost/c:/tmp/documentation.html#developers
74. file://localhost/c:/tmp/Documentation.html#require 74. file://localhost/c:/tmp/documentation.html#top
75. file://localhost/c:/tmp/Documentation.html#intro 75. file://localhost/c:/tmp/documentation.html#require
76. file://localhost/c:/tmp/Documentation.html#setup 76. file://localhost/c:/tmp/documentation.html#intro
77. file://localhost/c:/tmp/Documentation.html#config 77. file://localhost/c:/tmp/documentation.html#setup
78. file://localhost/c:/tmp/Documentation.html#faq 78. file://localhost/c:/tmp/documentation.html#config
79. file://localhost/c:/tmp/Documentation.html#developers 79. file://localhost/c:/tmp/documentation.html#faq
80. file://localhost/c:/tmp/Documentation.html#credits 80. file://localhost/c:/tmp/documentation.html#developers
81. http://pear.php.net/ 81. file://localhost/c:/tmp/documentation.html#credits
82. http://sourceforge.net/projects/phpmyadmin/ 82. http://pear.php.net/
83. file://localhost/c:/tmp/Documentation.html#top 83. http://sourceforge.net/projects/phpmyadmin/
84. file://localhost/c:/tmp/Documentation.html#require 84. file://localhost/c:/tmp/documentation.html#top
85. file://localhost/c:/tmp/Documentation.html#intro 85. file://localhost/c:/tmp/documentation.html#require
86. file://localhost/c:/tmp/Documentation.html#setup 86. file://localhost/c:/tmp/documentation.html#intro
87. file://localhost/c:/tmp/Documentation.html#config 87. file://localhost/c:/tmp/documentation.html#setup
88. file://localhost/c:/tmp/Documentation.html#faq 88. file://localhost/c:/tmp/documentation.html#config
89. file://localhost/c:/tmp/Documentation.html#developers 89. file://localhost/c:/tmp/documentation.html#faq
90. file://localhost/c:/tmp/Documentation.html#credits 90. file://localhost/c:/tmp/documentation.html#developers
91. file://localhost/c:/tmp/Documentation.html#top 91. file://localhost/c:/tmp/documentation.html#credits
92. file://localhost/c:/tmp/Documentation.html#require 92. file://localhost/c:/tmp/documentation.html#top
93. file://localhost/c:/tmp/Documentation.html#intro 93. file://localhost/c:/tmp/documentation.html#require
94. file://localhost/c:/tmp/Documentation.html#setup 94. file://localhost/c:/tmp/documentation.html#intro
95. file://localhost/c:/tmp/Documentation.html#config 95. file://localhost/c:/tmp/documentation.html#setup
96. file://localhost/c:/tmp/Documentation.html#faq 96. file://localhost/c:/tmp/documentation.html#config
97. file://localhost/c:/tmp/Documentation.html#developers 97. file://localhost/c:/tmp/documentation.html#faq
98. file://localhost/c:/tmp/Documentation.html#credits 98. file://localhost/c:/tmp/documentation.html#developers
99. http://validator.w3.org/check/referer 99. file://localhost/c:/tmp/documentation.html#credits
100. http://jigsaw.w3.org/css-validator/ 100. http://validator.w3.org/check/referer
101. http://jigsaw.w3.org/css-validator/