diff --git a/ChangeLog b/ChangeLog
index acf3901ff..8db1b5a33 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
+2003-01-05 Alexander M. Turek
For example, to grant the user real_user with
all privileges on the database user_base:
@@ -1962,6 +1962,31 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
mind that phpMyAdmin as of version 2.3.0 does not support InnoDB.
+ [3.4] I am unable to import dumps I created with the mysqldump tool
+ bundled with the MySQL server distribution.
+
+ The problem is that mysqldump creates invalid comments like this:
+
+ -- MySQL dump 8.22+ The invalid part of the code is the horizontal line made of dashes that + appears once in every dump created with mysqldump. If you want to run your + dump you have to turn it into valid MySQL. This means, you have to add a + whitespace after the first to dashes of the line or add a # before it:
+ --
+ -- Host: localhost Database: database
+ ---------------------------------------------------------
+ -- Server version 3.23.54
+