From efdcf0b9159639f768205f79cc096107e7181862 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Sun, 3 Sep 2006 02:45:58 +0000 Subject: [PATCH] Move superuser section above DB-specific area, combine wording into one paragraph. --- config/index.php | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/config/index.php b/config/index.php index 48ca26bd48..b4c23bc46b 100644 --- a/config/index.php +++ b/config/index.php @@ -1120,13 +1120,28 @@ if( count( $errs ) ) {

If you only have a single user account and database available, enter those here. If you have database root access (see below) - you can specify new accounts/databases to be created. -

-

- This account will not be created if it pre-exists. If this is the case, ensure that it + you can specify new accounts/databases to be created. This account + will not be created if it pre-exists. If this is the case, ensure that it has SELECT, INSERT, UPDATE and DELETE permissions on the MediaWiki database.

+
+ +
+
+ +
+ +

+ If the database user specified above does not exist, or does not have access to create + the database (if needed) or tables within it, please provide details of a superuser account, + such as root, which does. Leave the password set to - if this is not needed. +

+
-
- -
-
- -
- -

- If the database user specified above does not exist, or does not have access to create - the database (if needed) or tables within it, please provide details of a superuser account, - such as root, which does. Leave the password set to - if this is not needed. -

-
-- 2.20.1