even more wording change

This commit is contained in:
Michal Čihař
2004-05-13 17:08:36 +00:00
parent 672bb28056
commit cbc4659d30

View File

@@ -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$