From 8f36b52facc4bdb8c98881f4b840b2d1794f1143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 20 Apr 2010 08:34:27 +0200 Subject: [PATCH] Minor fixes in docs. --- Documentation.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation.html b/Documentation.html index c6ee94ffe..9dc2dbd7e 100644 --- a/Documentation.html +++ b/Documentation.html @@ -3259,7 +3259,7 @@ the mysql_upgrade command on the server.

port-forwarding to another host, MySQL is not resolving the localhost as expected.
Erik Wasser explains: The solution is: if your host is "localhost" - MySQL (the commandline tool 'mysql' as well) always tries to use the socket + MySQL (the command line tool mysql as well) always tries to use the socket connection for speeding up things. And that doesn't work in this configuration with port forwarding.
If you enter "127.0.0.1" as hostname, everything is right and MySQL uses the @@ -3385,7 +3385,7 @@ have either the APC extension 3.4 I am unable to import dumps I created with the mysqldump tool bundled with the MySQL server distribution. -

The problem is that older versions of mysqldump created invalid comments like this:

+

The problem is that older versions of mysqldump created invalid comments like this:

 -- MySQL dump 8.22
@@ -4526,7 +4526,7 @@ now synchronize your databases placed on the same server or some remote server.
 
 
 Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
-Copyright (C) 2001-2009 Marc Delisle <marc_at_infomarc.info>
+Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>
                         Olivier Müller <om_at_omnis.ch>
                         Robin Johnson <robbat2_at_users.sourceforge.net>
                         Alexander M. Turek <me_at_derrabus.de>