This commit is contained in:
Loïc Chapeaux
2002-05-26 15:51:53 +00:00
parent 364acfbdcf
commit ebddd8bd01

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.238 2002/05/24 * Documentation version: $Id: Documentation.html,v 1.241 2002/05/26
09:05:41 loic1 Exp $ 13:20:23 loic1 Exp $
______________________________________________________________________ ______________________________________________________________________
[5]Top - [6]Requirements - [7]Introduction - [8]Installation - [5]Top - [6]Requirements - [7]Introduction - [8]Installation -
@@ -614,6 +614,11 @@ ORT : '')
$cfg['RightBgColor'] string [HTML color] $cfg['RightBgColor'] string [HTML color]
The background colors (HTML) used for both the frames. The background colors (HTML) used for both the frames.
$cfg['RightBgImage'] string
The URI of the background image used for the right frame. It
can be absolute as well as relative from your phpMyAdmin
directory.
$cfg['LeftPointerColor'] string [HTML color] $cfg['LeftPointerColor'] string [HTML color]
The color (HTML) used for the pointer in the left frame (does The color (HTML) used for the pointer in the left frame (does
not work with NS4). not work with NS4).
@@ -707,18 +712,25 @@ FAQ - Frequently Asked Questions
If your server keeps crashing, please ask for help in the various If your server keeps crashing, please ask for help in the various
Apache support groups. Apache support groups.
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
script: I'm always displayed the login screen.
This is a kown PHP bug (see this [57]bug report) from the official php
bug database. It means there is and won't be any phpMyAdmin fix
against it because there is no way to code a fix.
Using phpMyAdmin on IIS, I'm displayed the error message: "The Using phpMyAdmin on IIS, I'm displayed the error message: "The
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 [57]bug report distribution. Have a look at the last message in this [58]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 [58]this thread from the posted by Andr<64> B. aka "djdeluxe76" in [59]this thread from the
phpWizard forum. phpWizard forum.
Please use instead the cookie authentication mode. Please use instead the cookie authentication mode.
@@ -758,11 +770,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 [59]php's bug tracking corrected ages ago in php (2001-01-28: see [60]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 [60]redhat's bugzilla for still available though it was corrected (see [61]redhat's bugzilla for
more details). more details).
So please download [61]the fixed package (4.0.4pl1-9) and the problem So please download [62]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!
@@ -785,7 +797,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 [62]reset the permissions. The MySql manual explains how to [63]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
@@ -827,7 +839,7 @@ 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
[63]our bug tracker at SourceForge. [64]our bug tracker at SourceForge.
[Configuration] [Configuration]
@@ -853,7 +865,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 [64]phpwizard forum: Here is a fix suggested by Brad Ummer in the [65]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
@@ -867,7 +879,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 [65]corresponding section of the MySQL Have also a look at the [66]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
@@ -1024,7 +1036,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 [66]Bugzilla). This is a Mozilla bug (see bug #26882 at [67]Bugzilla).
[Using phpMyAdmin] [Using phpMyAdmin]
@@ -1136,10 +1148,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
[67]http://sourceforge.net/projects/phpmyadmin/ under the Bugs [68]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:
[68]http://sourceforge.net/projects/phpmyadmin/ (and choose Forums) [69]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?
@@ -1166,15 +1178,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 [69]phpMyAdmin SourceForge account. tracker of the [70]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 [70]Developers section. Also, have a look at the [71]Developers section.
______________________________________________________________________ ______________________________________________________________________
[71]Top - [72]Requirements - [73]Introduction - [74]Installation [72]Top - [73]Requirements - [74]Introduction - [75]Installation
- [75]Configuration - [76]FAQ - [77]Developers - [78]Credits - [76]Configuration - [77]FAQ - [78]Developers - [79]Credits
______________________________________________________________________ ______________________________________________________________________
Developers Information Developers Information
@@ -1196,7 +1208,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 [79]PEAR coding standards on the compliant on one hand, they fit [80]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.
@@ -1219,7 +1231,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
([80]http://sourceforge.net/projects/phpmyadmin/) ([81]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
@@ -1227,8 +1239,8 @@ Developers Information
mailing list. mailing list.
______________________________________________________________________ ______________________________________________________________________
[81]Top - [82]Requirements - [83]Introduction - [84]Installation [82]Top - [83]Requirements - [84]Introduction - [85]Installation
- [85]Configuration - [86]FAQ - [87]Developers - [88]Credits - [86]Configuration - [87]FAQ - [88]Developers - [89]Credits
______________________________________________________________________ ______________________________________________________________________
Credits Credits
@@ -1372,109 +1384,110 @@ Original Credits of Version 2.1.0
and or just some feedback. and or just some feedback.
______________________________________________________________________ ______________________________________________________________________
[89]Top - [90]Requirements - [91]Introduction - [92]Installation [90]Top - [91]Requirements - [92]Introduction - [93]Installation
- [93]Configuration - [94]FAQ - [95]Developers - [96]Credits - [94]Configuration - [95]FAQ - [96]Developers - [97]Credits
______________________________________________________________________ ______________________________________________________________________
[97]Valid XHTML 1.0! [98]Valid CSS! [98]Valid XHTML 1.0! [99]Valid CSS!
References References
1. http://www.phpmyadmin.net/ 1. http://www.phpmyadmin.net/
2. http://localhost/phpMyAdmin-devel/ChangeLog 2. file://localhost/c:/tmp/ChangeLog
3. http://localhost/phpMyAdmin-devel/README 3. file://localhost/c:/tmp/README
4. http://localhost/phpMyAdmin-devel/LICENSE 4. file://localhost/c:/tmp/LICENSE
5. http://localhost/phpMyAdmin-devel/Documentation.html#top 5. file://localhost/c:/tmp/Documentation.html#top
6. http://localhost/phpMyAdmin-devel/Documentation.html#require 6. file://localhost/c:/tmp/Documentation.html#require
7. http://localhost/phpMyAdmin-devel/Documentation.html#intro 7. file://localhost/c:/tmp/Documentation.html#intro
8. http://localhost/phpMyAdmin-devel/Documentation.html#setup 8. file://localhost/c:/tmp/Documentation.html#setup
9. http://localhost/phpMyAdmin-devel/Documentation.html#config 9. file://localhost/c:/tmp/Documentation.html#config
10. http://localhost/phpMyAdmin-devel/Documentation.html#faq 10. file://localhost/c:/tmp/Documentation.html#faq
11. http://localhost/phpMyAdmin-devel/Documentation.html#developers 11. file://localhost/c:/tmp/Documentation.html#developers
12. http://localhost/phpMyAdmin-devel/Documentation.html#credits 12. file://localhost/c:/tmp/Documentation.html#credits
13. http://localhost/phpMyAdmin-devel/Documentation.html#top 13. file://localhost/c:/tmp/Documentation.html#top
14. http://localhost/phpMyAdmin-devel/Documentation.html#require 14. file://localhost/c:/tmp/Documentation.html#require
15. http://localhost/phpMyAdmin-devel/Documentation.html#intro 15. file://localhost/c:/tmp/Documentation.html#intro
16. http://localhost/phpMyAdmin-devel/Documentation.html#setup 16. file://localhost/c:/tmp/Documentation.html#setup
17. http://localhost/phpMyAdmin-devel/Documentation.html#config 17. file://localhost/c:/tmp/Documentation.html#config
18. http://localhost/phpMyAdmin-devel/Documentation.html#faq 18. file://localhost/c:/tmp/Documentation.html#faq
19. http://localhost/phpMyAdmin-devel/Documentation.html#developers 19. file://localhost/c:/tmp/Documentation.html#developers
20. http://localhost/phpMyAdmin-devel/Documentation.html#credits 20. file://localhost/c:/tmp/Documentation.html#credits
21. http://localhost/phpMyAdmin-devel/Documentation.html#top 21. file://localhost/c:/tmp/Documentation.html#top
22. http://localhost/phpMyAdmin-devel/Documentation.html#require 22. file://localhost/c:/tmp/Documentation.html#require
23. http://localhost/phpMyAdmin-devel/Documentation.html#intro 23. file://localhost/c:/tmp/Documentation.html#intro
24. http://localhost/phpMyAdmin-devel/Documentation.html#setup 24. file://localhost/c:/tmp/Documentation.html#setup
25. http://localhost/phpMyAdmin-devel/Documentation.html#config 25. file://localhost/c:/tmp/Documentation.html#config
26. http://localhost/phpMyAdmin-devel/Documentation.html#faq 26. file://localhost/c:/tmp/Documentation.html#faq
27. http://localhost/phpMyAdmin-devel/Documentation.html#developers 27. file://localhost/c:/tmp/Documentation.html#developers
28. http://localhost/phpMyAdmin-devel/Documentation.html#credits 28. file://localhost/c:/tmp/Documentation.html#credits
29. http://localhost/phpMyAdmin-devel/Documentation.html#config 29. file://localhost/c:/tmp/Documentation.html#config
30. http://localhost/phpMyAdmin-devel/Documentation.html#faq 30. file://localhost/c:/tmp/Documentation.html#faq
31. http://localhost/phpMyAdmin-devel/Documentation.html#top 31. file://localhost/c:/tmp/Documentation.html#top
32. http://localhost/phpMyAdmin-devel/Documentation.html#require 32. file://localhost/c:/tmp/Documentation.html#require
33. http://localhost/phpMyAdmin-devel/Documentation.html#intro 33. file://localhost/c:/tmp/Documentation.html#intro
34. http://localhost/phpMyAdmin-devel/Documentation.html#setup 34. file://localhost/c:/tmp/Documentation.html#setup
35. http://localhost/phpMyAdmin-devel/Documentation.html#config 35. file://localhost/c:/tmp/Documentation.html#config
36. http://localhost/phpMyAdmin-devel/Documentation.html#faq 36. file://localhost/c:/tmp/Documentation.html#faq
37. http://localhost/phpMyAdmin-devel/Documentation.html#developers 37. file://localhost/c:/tmp/Documentation.html#developers
38. http://localhost/phpMyAdmin-devel/Documentation.html#credits 38. file://localhost/c:/tmp/Documentation.html#credits
39. http://localhost/phpMyAdmin-devel/Documentation.html#setup 39. file://localhost/c:/tmp/Documentation.html#setup
40. http://localhost/phpMyAdmin-devel/Documentation.html#faqdisplay 40. file://localhost/c:/tmp/Documentation.html#faqdisplay
41. http://localhost/phpMyAdmin-devel/Documentation.html#faqpdf 41. file://localhost/c:/tmp/Documentation.html#faqpdf
42. http://localhost/phpMyAdmin-devel/Documentation.html#top 42. file://localhost/c:/tmp/Documentation.html#top
43. http://localhost/phpMyAdmin-devel/Documentation.html#require 43. file://localhost/c:/tmp/Documentation.html#require
44. http://localhost/phpMyAdmin-devel/Documentation.html#intro 44. file://localhost/c:/tmp/Documentation.html#intro
45. http://localhost/phpMyAdmin-devel/Documentation.html#setup 45. file://localhost/c:/tmp/Documentation.html#setup
46. http://localhost/phpMyAdmin-devel/Documentation.html#config 46. file://localhost/c:/tmp/Documentation.html#config
47. http://localhost/phpMyAdmin-devel/Documentation.html#faq 47. file://localhost/c:/tmp/Documentation.html#faq
48. http://localhost/phpMyAdmin-devel/Documentation.html#developers 48. file://localhost/c:/tmp/Documentation.html#developers
49. http://localhost/phpMyAdmin-devel/Documentation.html#credits 49. file://localhost/c:/tmp/Documentation.html#credits
50. http://localhost/phpMyAdmin-devel/Documentation.html#faqserver 50. file://localhost/c:/tmp/Documentation.html#faqserver
51. http://localhost/phpMyAdmin-devel/Documentation.html#faqconfig 51. file://localhost/c:/tmp/Documentation.html#faqconfig
52. http://localhost/phpMyAdmin-devel/Documentation.html#faqlimitations 52. file://localhost/c:/tmp/Documentation.html#faqlimitations
53. http://localhost/phpMyAdmin-devel/Documentation.html#faqmultiuser 53. file://localhost/c:/tmp/Documentation.html#faqmultiuser
54. http://localhost/phpMyAdmin-devel/Documentation.html#faqbrowsers 54. file://localhost/c:/tmp/Documentation.html#faqbrowsers
55. http://localhost/phpMyAdmin-devel/Documentation.html#faqusing 55. file://localhost/c:/tmp/Documentation.html#faqusing
56. http://localhost/phpMyAdmin-devel/Documentation.html#faqproject 56. file://localhost/c:/tmp/Documentation.html#faqproject
57. http://bugs.php.net/bug.php?id=12061 57. http://bugs.php.net/bug.php?id=16626
58. http://www.phpwizard.net/phorum/read.php?f=1&i=6624&t=6300 58. http://bugs.php.net/bug.php?id=12061
59. http://www.php.net/bugs.php?id=8966 59. http://www.phpwizard.net/phorum/read.php?f=1&i=6624&t=6300
60. http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933 60. http://www.php.net/bugs.php?id=8966
61. http://www.redhat.com/swr/i386/php-4.0.4pl1-9.i386.html 61. http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933
62. http://www.mysql.com/doc/R/e/Resetting_permissions.html 62. http://www.redhat.com/swr/i386/php-4.0.4pl1-9.i386.html
63. https://sourceforge.net/tracker/index.php?func=detail&aid=540671&group_id=23067&atid=377408 63. http://www.mysql.com/doc/R/e/Resetting_permissions.html
64. http://www.phpwizard.net/phorum/list.php?f=1 64. https://sourceforge.net/tracker/index.php?func=detail&aid=540671&group_id=23067&atid=377408
65. http://www.mysql.com/doc/C/a/Can_not_connect_to_server.html 65. http://www.phpwizard.net/phorum/list.php?f=1
66. http://bugzilla.mozilla.org/ 66. http://www.mysql.com/doc/C/a/Can_not_connect_to_server.html
67. http://sourceforge.net/projects/phpmyadmin/ 67. http://bugzilla.mozilla.org/
68. http://sourceforge.net/projects/phpmyadmin/ 68. http://sourceforge.net/projects/phpmyadmin/
69. https://sourceforge.net/projects/phpmyadmin/ 69. http://sourceforge.net/projects/phpmyadmin/
70. http://localhost/phpMyAdmin-devel/Documentation.html#developers 70. https://sourceforge.net/projects/phpmyadmin/
71. http://localhost/phpMyAdmin-devel/Documentation.html#top 71. file://localhost/c:/tmp/Documentation.html#developers
72. http://localhost/phpMyAdmin-devel/Documentation.html#require 72. file://localhost/c:/tmp/Documentation.html#top
73. http://localhost/phpMyAdmin-devel/Documentation.html#intro 73. file://localhost/c:/tmp/Documentation.html#require
74. http://localhost/phpMyAdmin-devel/Documentation.html#setup 74. file://localhost/c:/tmp/Documentation.html#intro
75. http://localhost/phpMyAdmin-devel/Documentation.html#config 75. file://localhost/c:/tmp/Documentation.html#setup
76. http://localhost/phpMyAdmin-devel/Documentation.html#faq 76. file://localhost/c:/tmp/Documentation.html#config
77. http://localhost/phpMyAdmin-devel/Documentation.html#developers 77. file://localhost/c:/tmp/Documentation.html#faq
78. http://localhost/phpMyAdmin-devel/Documentation.html#credits 78. file://localhost/c:/tmp/Documentation.html#developers
79. http://pear.php.net/ 79. file://localhost/c:/tmp/Documentation.html#credits
80. http://sourceforge.net/projects/phpmyadmin/ 80. http://pear.php.net/
81. http://localhost/phpMyAdmin-devel/Documentation.html#top 81. http://sourceforge.net/projects/phpmyadmin/
82. http://localhost/phpMyAdmin-devel/Documentation.html#require 82. file://localhost/c:/tmp/Documentation.html#top
83. http://localhost/phpMyAdmin-devel/Documentation.html#intro 83. file://localhost/c:/tmp/Documentation.html#require
84. http://localhost/phpMyAdmin-devel/Documentation.html#setup 84. file://localhost/c:/tmp/Documentation.html#intro
85. http://localhost/phpMyAdmin-devel/Documentation.html#config 85. file://localhost/c:/tmp/Documentation.html#setup
86. http://localhost/phpMyAdmin-devel/Documentation.html#faq 86. file://localhost/c:/tmp/Documentation.html#config
87. http://localhost/phpMyAdmin-devel/Documentation.html#developers 87. file://localhost/c:/tmp/Documentation.html#faq
88. http://localhost/phpMyAdmin-devel/Documentation.html#credits 88. file://localhost/c:/tmp/Documentation.html#developers
89. http://localhost/phpMyAdmin-devel/Documentation.html#top 89. file://localhost/c:/tmp/Documentation.html#credits
90. http://localhost/phpMyAdmin-devel/Documentation.html#require 90. file://localhost/c:/tmp/Documentation.html#top
91. http://localhost/phpMyAdmin-devel/Documentation.html#intro 91. file://localhost/c:/tmp/Documentation.html#require
92. http://localhost/phpMyAdmin-devel/Documentation.html#setup 92. file://localhost/c:/tmp/Documentation.html#intro
93. http://localhost/phpMyAdmin-devel/Documentation.html#config 93. file://localhost/c:/tmp/Documentation.html#setup
94. http://localhost/phpMyAdmin-devel/Documentation.html#faq 94. file://localhost/c:/tmp/Documentation.html#config
95. http://localhost/phpMyAdmin-devel/Documentation.html#developers 95. file://localhost/c:/tmp/Documentation.html#faq
96. http://localhost/phpMyAdmin-devel/Documentation.html#credits 96. file://localhost/c:/tmp/Documentation.html#developers
97. http://validator.w3.org/check/referer 97. file://localhost/c:/tmp/Documentation.html#credits
98. http://jigsaw.w3.org/css-validator/ 98. http://validator.w3.org/check/referer
99. http://jigsaw.w3.org/css-validator/