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$