//把这的域名写好
$cfg
[
'Servers'
][
$i
'host'
] =
'localhost'
;
//设定你的端口
'port'
'3306'
//使用数据库的用户名
'user'
'root'
//该用户的密码
'password'
'12345678'