From cbc4659d30104248b4ffcc41d45d72b5a7ff8eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 13 May 2004 17:08:36 +0000 Subject: [PATCH] even more wording change --- scripts/create_tables.sql | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/scripts/create_tables.sql b/scripts/create_tables.sql index 6cf8e228a..ef1721f64 100644 --- a/scripts/create_tables.sql +++ b/scripts/create_tables.sql @@ -1,17 +1,13 @@ -- -------------------------------------------------------- --- SQL Commands to set up the pmadb as described in --- Documentation.html. +-- SQL Commands to set up the pmadb as described in Documentation.html. -- --- This script expects the user pma to already be --- existing. (if we would put a line here to create him --- too many users might just use this script and end --- up with having the same password for the controluser) +-- This script expects the user pma to already be existing. If we would put a +-- line here to create him too many users might just use this script and end +-- up with having the same password for the controluser. -- --- This user "pma" must be defined in config.inc.php --- (controluser/controlpass) +-- This user "pma" must be defined in config.inc.php (controluser/controlpass) -- --- Please dont forget to set up the tablenames in --- config.inc.php +-- Please don't forget to set up the tablenames in config.inc.php -- -- $Id$