* add port config.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
$cfg['Servers'][1]['auth_type'] = 'config';
|
||||
$cfg['Servers'][1]['user'] = 'root';
|
||||
$cfg['Servers'][1]['password'] = '';
|
||||
$cfg['Servers'][1]['port'] = '3306';
|
||||
$cfg['Servers'][1]['host'] = 'localhost';
|
||||
$cfg['Servers'][1]['connect_type'] = 'tcp';
|
||||
$cfg['Servers'][1]['extension'] = 'mysqli';
|
||||
|
||||
Reference in New Issue
Block a user