More and more, hosts are not using localhost for the MySQL connection. Reword the config setup text. props mrmist. fixes #11659

git-svn-id: https://develop.svn.wordpress.org/trunk@13163 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2010-02-15 15:21:34 +00:00
parent a64273f056
commit 32766c9ff9
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ switch($step) {
<tr>
<th scope="row"><label for="dbhost">Database Host</label></th>
<td><input name="dbhost" id="dbhost" type="text" size="25" value="localhost" /></td>
<td>99% chance you won't need to change this value.</td>
<td>You should be able to get this info from your web host, if <code>localhost</code> does not work.</td>
</tr>
<tr>
<th scope="row"><label for="prefix">Table Prefix</label></th>