Files
EasySoft-ZenTaoPMS/build/windows/phpmyadmin.php
chencongzhi520@gmail.com a50933ae1a * add port config.
2013-03-02 06:25:39 +00:00

10 lines
393 B
PHP

<?php
$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';
$cfg['Servers'][1]['AllowNoPassword'] = true;