Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -172,7 +172,9 @@ |
173 | 173 | 'config-db-host' => 'Database host:', |
174 | 174 | 'config-db-host-help' => 'If your database server is on different server, enter the host name or IP address here. |
175 | 175 | |
176 | | -If you are using shared web hosting, your hosting provider should give you the correct host name in their documentation.', |
| 176 | +If you are using shared web hosting, your hosting provider should give you the correct host name in their documentation. |
| 177 | + |
| 178 | +If you are installing on a Windows server and using MySQL, using "localhost" may not work for the server name. If it does not, try "127.0.0.1" for the local IP address', |
177 | 179 | 'config-db-wiki-settings' => 'Identify this wiki', |
178 | 180 | 'config-db-name' => 'Database name:', |
179 | 181 | 'config-db-name-help' => 'Choose a name that identifies your wiki. |