From baf1e80cca7519ef9426bacc20befdf53dfdbda4 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Tue, 27 Nov 2012 15:44:40 +0000 Subject: [PATCH] Fix for Trac #584 (Documentation of needed piviledges) SVN:trunk[2466] --- 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 0ee8365fd..9caa6fb81 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -613,7 +613,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, 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, SUPER, TRIGGER
Password:
'); $oPage->add('
');