Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 9e16ad5

Browse files
authored
Merge pull request #5598 from jonashrem/patch-14
Add the recommendation for using IP address over a hostname for database config
2 parents f8a94cb + d8849ec commit 9e16ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/install/web/install-web_2-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</tr>
1111
<tr>
1212
<td>Database Server Host</td>
13-
<td>If the web server and database server are located on the same host, enter <tt>localhost</tt>. If the database server is located on a different host, enter its fully qualified hostname or IP address.</td>
13+
<td>If the web server and database server are located on the same host, enter <tt>localhost</tt>. If the database server is located on a different host, enter its fully qualified hostname or IP address. Using the IP address is preferable since using a hostname can cause additional time on each request for DNS lookup.</td>
1414
</tr>
1515
<tr>
1616
<td>Database Server Username</td>

0 commit comments

Comments
 (0)