diff --git a/ChangeLog b/ChangeLog index 1e734698b..48081600b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ $Id$ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ 3.3.9.0 (not yet released) +- bug [doc] Fix references to MySQL doc 3.3.8.0 (2010-10-25) - bug #3059311 [import] BIGINT field type added to table analysis diff --git a/Documentation.html b/Documentation.html index 95a66817d..cb21dfc6d 100644 --- a/Documentation.html +++ b/Documentation.html @@ -2701,7 +2701,7 @@ setfacl -d -m "g:www-data:rwx" tmp 1.12 I have lost my MySQL root password, what can I do?
The MySQL manual explains how to - + reset the permissions.
Since phpMyAdmin 3.0.x, only MySQL 5.0.1 and newer are supported. For - older MySQL versions, you need to use 2.8.x branch. phpMyAdmin can + older MySQL versions, you need to use the latest 2.x branch. phpMyAdmin can connect to your MySQL server using PHP's classic MySQL extension as well as the improved MySQL extension (MySQLi) that @@ -2777,12 +2777,7 @@ setfacl -d -m "g:www-data:rwx" tmp extension of your choice to a MySQL client library of at least the same minor version since the one that is bundled with some PHP distributions is rather old and might cause problems - (see FAQ 1.17a). - If your webserver is running on a windows system, you might want to try - MySQL's - Connector/PHP - instead of the MySQL / MySQLi extensions that are bundled with the official - php Win32 builds.
+ (see FAQ 1.17a).Have also a look at the - + corresponding section of the MySQL documentation.
When MySQL is running in ANSI-compatibility mode, there are some major differences in how SQL is - structured (see - http://dev.mysql.com/doc/mysql/en/ANSI_mode.html). Most important of all, + structured (see + http://dev.mysql.com/doc/mysql/en/ansi-mode.html). Most important of all, the quote-character (") is interpreted as an identifier quote character and not as a string quote character, which makes many internal phpMyAdmin operations into invalid SQL @@ -3995,7 +3990,7 @@ INSERT INTO REL_towns VALUES ('M', 'Montréal'); columns!
No, it's MySQL that is doing - silent + silent column type changing.