* add port config.

This commit is contained in:
chencongzhi520@gmail.com
2013-03-02 06:25:39 +00:00
parent 540c9d6618
commit a50933ae1a
+1
View File
@@ -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';