您的位置:首页 > 理论基础

个人计算机编程环境配置

2016-04-17 19:24 295 查看

xampp 3.2.2

Let phpMyAdmin know the changes

1.0 Open (in plain text editor of your choice) the file \xampp\phpMyAdmin\config.inc.php

2.0 search for the line

CODE: SELECT ALL

$cfg['Servers'][$i]['password'] = 'mypassword';


修改为

$cfg['Servers'][$i]['password'] = 'mypassword';


/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root'';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: