From 600b71019494e1c29898a620e58c0d2602f37b74 Mon Sep 17 00:00:00 2001
From: donncha
Date: Fri, 24 Nov 2006 16:16:44 +0000
Subject: WP Merge to 4524
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@810 7be80a69-a1ef-0310-a953-fb0f7c49ff36
---
wp-admin/setup-config.php | 152 +++++++++++++++++++++++-----------------------
1 file changed, 76 insertions(+), 76 deletions(-)
(limited to 'wp-admin/setup-config.php')
diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php
index d25c58b..17846d6 100644
--- a/wp-admin/setup-config.php
+++ b/wp-admin/setup-config.php
@@ -3,7 +3,7 @@ die();
define('WP_INSTALLING', true);
if (!file_exists('../wp-config-sample.php'))
- die('Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file from your WordPress installation.');
+ die('Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file from your WordPress installation.');
$configFile = file('../wp-config-sample.php');
@@ -83,103 +83,103 @@ if (file_exists('../wp-config.php'))
switch($step) {
case 0:
-?>
-
-
Welcome to WordPress. Before getting started, we need some information on the database. You will need to know the following items before proceeding.
-
-
Database name
-
Database username
-
Database password
-
Database host
-
Table prefix (if you want to run more than one WordPress in a single database)
-
+?>
+
+
Welcome to WordPress. Before getting started, we need some information on the database. You will need to know the following items before proceeding.
+
+
Database name
+
Database username
+
Database password
+
Database host
+
Table prefix (if you want to run more than one WordPress in a single database)
+
If for any reason this automatic file creation doesn't work, don't worry. All this does is fill in the database information to a configuration file. You may also simply open wp-config-sample.php in a text editor, fill in your information, and save it as wp-config.php.
In all likelihood, these items were supplied to you by your ISP. If you do not have this information, then you will need to contact them before you can continue. If you’re all ready, let’s go!
-
+ ?>
+
+
Below you should enter your database connection details. If you're not sure about these, contact your host.
+
+
+
Database Name
+
+
The name of the database you want to run WP in.
+
+
+
User Name
+
+
Your MySQL username
+
+
+
Password
+
+
...and MySQL password.
+
+
+
Database Host
+
+
99% chance you won't need to change this value.
+
+
+
Table Prefix
+
+
If you want to run multiple WordPress installations in a single database, change this.
All right sparky! You've made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to run the install!
+?>
+
All right sparky! You've made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to run the install!