From 245bfb36d4c88b619f391c1ae80ccfe7420d94e8 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 25 Mar 2003 12:46:14 +0000 Subject: [PATCH] another note about the controluser --- Documentation.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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';