clarification
This commit is contained in:
@@ -425,7 +425,11 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
<dt><b>$cfg['Servers'][$i]['port']</b> string</dt>
|
<dt><b>$cfg['Servers'][$i]['port']</b> string</dt>
|
||||||
<dd>
|
<dd>
|
||||||
The port-number of your $i-th MySQL-server. Default is 3306 (leave
|
The port-number of your $i-th MySQL-server. Default is 3306 (leave
|
||||||
blank).
|
blank). If you use "localhost" as the hostname, MySQL
|
||||||
|
ignores this port number and connects with the socket, so if you want
|
||||||
|
to connect to a port different from the default port, use
|
||||||
|
"127.0.0.1" or the real hostname in
|
||||||
|
$cfg['Servers'][$i]['host'].
|
||||||
<br /><br />
|
<br /><br />
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user