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

git-svn-id: http://svn.automattic.com/wordpress/trunk@13163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2010-02-15 15:21:34 +00:00
parent a09a3d513c
commit 1801751bc4
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>