diff --git a/Documentation.html b/Documentation.html
index 9c2298cb9..0e7a111ac 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -235,9 +235,11 @@
config.inc.php3 file under the
$cfg['Servers'][$i]['controluser']&
$cfg['Servers'][$i]['controlpass'] settings.
- This example assumes you want to use pma as the controluser
- and pmapass as the controlpass, but this is only an example:
- use something else in your file:
+ The following example assumes you want to use pma as the
+ controluser and pmapass as the controlpass, but this is
+ only an example: use something else in your file!
+ Of course you have to replace localhost by the webserver's host
+ if it's not the same as the MySQL server's one.
GRANT USAGE ON mysql.* TO 'pma'@'localhost' IDENTIFIED BY 'pmapass';