WAMP phpMyadmin MySQL 的 密码设置

 
更多

方法一:把密码加入配置文件,c:/wmap/apps/phpmyadmin/config.inc.php
$cfg[‘Servers’][$i][‘password’] = ‘xxxx’;

//这行默认下是密码为空,加入你刚刚修改的密码

方法二:关闭自动登入,依然通过修改c:/wmap/apps/phpmyadmin/config.inc.php
$cfg[‘blowfish_secret’] = ‘cpzhanrock’; //必须加入任意serect字符串。

/* Servers configuration */

$i = 0;

/* Server: localhost [1] */

$i++;

$cfg[‘Servers’][$i][‘auth_type’] = ‘cookie’; //设定auth_type为cookie

//把其他cfg[‘Servers’]设置都删除!!!!

//下面为可选配置

$cfg[‘DefaultLang’] = ‘en-utf-8’;

$cfg[‘ServerDefault’] = 1;

$cfg[‘UploadDir’] = ”;

$cfg[‘SaveDir’] = ”;

打赏

本文固定链接: https://www.cxy163.net/archives/215 | 绝缘体

该日志由 绝缘体.. 于 2012年01月30日 发表在 学东西 分类下,
原创文章转载请注明: WAMP phpMyadmin MySQL 的 密码设置 | 绝缘体

报歉!评论已关闭.