Change local network ip
This commit is contained in:
parent
0bec59aae8
commit
ad1321dc60
@ -1 +1 @@
|
||||
192.168.78.240
|
||||
172.18.8.6
|
@ -17,7 +17,7 @@ $cfg['Servers'][$i]['password'] = '';
|
||||
/* Server: MySqlServer [2] */
|
||||
$i++;
|
||||
$cfg['Servers'][$i]['verbose'] = 'BigData';
|
||||
$cfg['Servers'][$i]['host'] = '192.168.78.249';
|
||||
$cfg['Servers'][$i]['host'] = '172.18.8.5';
|
||||
$cfg['Servers'][$i]['port'] = '';
|
||||
$cfg['Servers'][$i]['socket'] = '';
|
||||
$cfg['Servers'][$i]['connect_type'] = 'tcp';
|
||||
@ -31,7 +31,7 @@ $cfg['Servers'][$i]['controlpass'] = 'pmapass';
|
||||
/* Server: MySqlServer [3] */
|
||||
$i++;
|
||||
$cfg['Servers'][$i]['verbose'] = 'Docker';
|
||||
$cfg['Servers'][$i]['host'] = '192.168.78.249';
|
||||
$cfg['Servers'][$i]['host'] = '172.18.8.5';
|
||||
$cfg['Servers'][$i]['port'] = '3307';
|
||||
$cfg['Servers'][$i]['socket'] = '';
|
||||
$cfg['Servers'][$i]['connect_type'] = 'tcp';
|
||||
|
@ -1,2 +1,2 @@
|
||||
192.168.78.240 config=pma-devel.config.inc.php
|
||||
172.18.8.6 config=pma-devel.config.inc.php
|
||||
192.168.3.203 config=pma-celeste.config.inc.php
|
Loading…
Reference in New Issue
Block a user