1)unzip phpmyadmin;
2)edit config.inc.php;
3)find and set
$cfg[/'Servers/'][$i][/'user/'] = /'root/';
$cfg[/'Servers/'][$i][/'password/'] = /'123456/';
4)find and set
$cfg[/'Servers/'][$i][/'auth_type/'] = /'http/';
2)edit config.inc.php;
3)find and set
$cfg[/'Servers/'][$i][/'user/'] = /'root/';
$cfg[/'Servers/'][$i][/'password/'] = /'123456/';
4)find and set
$cfg[/'Servers/'][$i][/'auth_type/'] = /'http/';
本文提供了配置phpMyAdmin的步骤指南:首先解压文件,接着编辑config.inc.php,设置数据库用户名为root,密码为123456,并将认证类型设为HTTP。
1179

被折叠的 条评论
为什么被折叠?



