IP address in host

This commit is contained in:
Marc Delisle
2003-07-23 11:07:20 +00:00
parent 51f566e4df
commit 80cd46bcd4
2 changed files with 2 additions and 2 deletions

View File

@@ -427,7 +427,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<dt><b>$cfg['Servers'][$i]['host']</b> string</dt>
<dd>
The hostname of your $i-th MySQL-server. E.g. localhost.
The hostname or IP address of your $i-th MySQL-server. E.g. localhost.
<br /><br />
</dd>