diff --git a/ChangeLog b/ChangeLog index 5f3291fa6..f61fac728 100644 --- a/ChangeLog +++ b/ChangeLog @@ -114,6 +114,7 @@ $Id$ - patch #3039269 [dbi] Wrong variable checked for nopassword option, thanks to Will Palmer - wpalmer - bug #3040226 [XHTML] LockFromUpdate checkbox not checked by default +- bug [doc] Withdraw or edit FAQ entries related to older MySQL or PHP 3.3.5.0 (2010-07-26) - patch #2932113 [information_schema] Slow export when having lots of diff --git a/Documentation.html b/Documentation.html index 5797984b2..d6e4f3b9f 100644 --- a/Documentation.html +++ b/Documentation.html @@ -373,7 +373,7 @@ rm -rf config # remove not needed directory is version-specific.
If you have upgraded your MySQL server from a version previous to 4.1.2 to - version 4.1.2 or newer and if you use the phpMyAdmin configuration storage, + version 5.x or newer and if you use the phpMyAdmin configuration storage, you should run the SQL script found in scripts/upgrade_tables_mysql_4_1_2+.sql.
@@ -384,8 +384,7 @@ rm -rf config # remove not needed directory where you want to give users access to their own database and don't want them to play around with others. There are some known PHP bugs with output buffering and compression.
- Try to set the $cfg['OBGzip']
+
Try to set the $cfg['OBGzip']
directive to FALSE in your config.inc.php file and the
zlib.output_compression directive to Off in your php
- configuration file.
- Furthermore, we know about such problems connected to the release
- candidates of PHP 4.2.0 (tested with PHP 4.2.0 RC1 to RC4) together with
- MS Internet Explorer. Please upgrade to the release version PHP 4.2.0.
This is a known PHP bug (see this - 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.
+ 1.3 (withdrawn). These features are based on the gzencode() and bzcompress()
PHP functions to be more independent of the platform (Unix/Windows, Safe Mode
- or not, and so on). So, you must have PHP4 >= 4.0.4 and Zlib/Bzip2
- support (--with-zlib and --with-bz2).
- We faced PHP crashes when trying to download a dump with MS Internet
- Explorer when phpMyAdmin is run with a release candidate of PHP 4.2.0. In
- this case you should switch to the release version of PHP 4.2.0.
This is a bug of MySQL <= 4.0.1. Please upgrade to at least - MySQL 4.0.2 or turn off your lower_case_table_names - directive.
+ 1.18 (withdrawn).SHOW VARIABLES LIKE 'lower_case_table_names';
This is a PHP 4.2.3 bug. -
+ 1.24 (withdrawn).
MS Internet Explorer seems to be really buggy about cookies, at least till
- version 6. And thanks to Andrew Zivolup we've traced also a PHP 4.1.1 bug
- in this area!
-
- Then, if you're running PHP 4.1.1, try to upgrade or downgrade... it may
- work!
+ version 6.
Upgrading to MySQL 4 usually gives users those global privileges: CREATE +
You have one of these global privileges: CREATE
TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges also
enable users to see all the database names.
See this bug report.