From 2b5b6ebe2cf854bdfcab309a506caa4997b24b42 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Wed, 11 Feb 2004 22:02:12 +0000 Subject: [PATCH] Added information saying how to create the wp-config.php file manually. git-svn-id: https://develop.svn.wordpress.org/trunk@866 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/install-config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-admin/install-config.php b/wp-admin/install-config.php index 6f29451f29..5a929f3e04 100644 --- a/wp-admin/install-config.php +++ b/wp-admin/install-config.php @@ -61,7 +61,8 @@ switch($step) {
  • Database host
  • Table prefix (if you want to run more than one WordPress in a single database)
  • -

    In all likelyhood, 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!

    +

    If for any reason this automatic file creation doens'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 likelyhood, 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!