From 0df420cd17de5e94af204c26ad0d51e2de8a54d9 Mon Sep 17 00:00:00 2001 From: Vincent Dumas Date: Wed, 8 Mar 2017 14:16:29 +0000 Subject: [PATCH] =?UTF-8?q?N=C2=B0723=20help=20message=20enhancement=20on?= =?UTF-8?q?=204th=20setup=20screen,=20about=20MySQL=20user=20required=20ri?= =?UTF-8?q?ghts.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN:trunk[4571] --- setup/setuputils.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/setuputils.class.inc.php b/setup/setuputils.class.inc.php index c7f5c43a3..2880d14a1 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -797,7 +797,7 @@ class SetupUtils $oPage->add('
Database Server Connection'); $oPage->add(''); $oPage->add(''); - $oPage->add(''); + $oPage->add(''); $oPage->add(''); $oPage->add('
Server Name:E.g. "localhost", "dbserver.mycompany.com" or "192.142.10.23"
Login:The account must have the following privileges on the database: SELECT, INSERT, UPDATE, DELETE, DROP, CREATE, ALTER, CREATE VIEW, SUPER, TRIGGER
Login:The account must have the following privileges on the database: SELECT, INSERT, UPDATE, DELETE, DROP, CREATE, ALTER, CREATE VIEW, SHOW VIEW, SUPER, TRIGGER
Password:
'); $oPage->add('
');