diff --git a/ChangeLog b/ChangeLog
index 76cefbde6..b2066b4cb 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,9 +5,12 @@ phpMyAdmin - Changelog
$Id$
$Source$
+2002-10-15 Alexander M. Turek Quick Install:
-
If you tried to set this up and it does not work for you, have a look on
@@ -610,9 +610,9 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
to work with master / foreign - tables. To use those as well as
the bookmark feature you need special tables with a
predefined structure, which we explain below.
- If you are the only user of this phpMyAdmin installation, you can
+ If you are the only user of this phpMyAdmin installation, you can
use your current database to store those special tables; in this
- case, just put your current database name in
+ case, just put your current database name in
$cfg['Servers'][$i]['pmadb'].
If you are setting up a multi-user phpMyAdmin installation,
@@ -624,10 +624,10 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
create a new database for phpmyadmin:
CREATE DATABASE phpmyadmin;
Note that "controluser" must have
- SELECT, INSERT, UPDATE and DELETE
- privileges on this database. Here is a query to set up
- those privileges (using "phpmyadmin"
- as the database name, and "pma" as the
+ SELECT, INSERT, UPDATE and DELETE
+ privileges on this database. Here is a query to set up
+ those privileges (using "phpmyadmin"
+ as the database name, and "pma" as the
controluser):
GRANT SELECT,INSERT,UPDATE,DELETE ON phpmyadmin.* to 'pma'@'localhost';
@@ -2147,6 +2147,16 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
version, we cannot workaround this bug.
+ [5.11] Extended-ASCII characters like German umlauts are displayed
+ wrong.
+
+ Please ensure that you have set your browser's charset to the one of the
+ language file you have selected on phpMyAdmin's start page.
+ Alternatively, you can try the auto detection mode that is supported by the
+ recent versions of the most browsers.
+