From a56543d04d937364f844c5d54182358df59c9c4d Mon Sep 17 00:00:00 2001
From: "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.
+