284354749 发表于 2018-10-4 06:44:06

IIS+MYSQL+PHP+PHPMYADMIN

$cfg['blowfish_secret'] = 'liuyang';这个随便填写  $cfg['Servers'][$i]['auth_type'] = 'config';这个值用来做验证
  $cfg['Servers'][$i]['user'] = 'root';         mysql的用户名
  $cfg['Servers'][$i]['password'] = 'liuyang';mysql的密码

页: [1]
查看完整版本: IIS+MYSQL+PHP+PHPMYADMIN