From 540cd447a3f8b8e324daf9ccd2ec8112687a690f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 29 Oct 2010 05:38:12 -0400 Subject: [PATCH] bug [doc] Fix references to MySQL doc --- ChangeLog | 1 + Documentation.html | 21 ++++++++------------- 2 files changed, 9 insertions(+), 13 deletions(-) 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.

@@ -2767,7 +2767,7 @@ setfacl -d -m "g:www-data:rwx" tmp support?

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).

1.17a I cannot connect to the MySQL server. It always returns the error @@ -3175,7 +3170,7 @@ the mysql_upgrade command on the server.

Have also a look at the - + corresponding section of the MySQL documentation.

@@ -3409,8 +3404,8 @@ have either the APC extension

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.

@@ -4912,7 +4907,7 @@ Jakub Wilk, Thomas Michael Winningham, Vilius Zigmantas, "Manuzhai".
  • Server - a computer system that provides services to other computing systems over a network.
  • -
  • Storage Engines +
  • Storage Engines - handlers for different table types
  • socket - a form of inter-process communication.