wamp安装织模板方法(wamp5怎么安装)

  打开文件..\wamp\apps\phpmyadmin3.4.9\config.inc.php

  方法一. 将

  $cfg['Servers'][$i]['auth_type'] = 'config';

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

  修改为

  $cfg['Servers'][$i]['auth_type'] = 'http';

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

  此方法修改后每次打开phpadmin需通过对话框输入mysql帐号及密码;

  方法二.将...\wamp\apps\phpmyadmin3.4.9\config.inc.php

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

  修改为

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

  然后将wamp\apps\phpmyadmin3.4.9\libraries\config.default.php

  $cfg['Servers'][$i]['password'] = ''; (大概在200行左右)

wamp安装织模板方法(wamp5怎么安装),wamp安装织模板方法(wamp5怎么安装),wamp安装织模板方法,第1张

  修改为

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

  默认为修改后的密码。

1、本网站名称:源码村资源网
2、本站永久网址:https://www.yuanmacun.com
3、本网站的文章部分内容可能来源于网络,仅供大家学习与参考,如有侵权,请联系站长进行删除处理。
4、本站一切资源不代表本站立场,并不代表本站赞同其观点和对其真实性负责。
5、本站一律禁止以任何方式发布或转载任何违法的相关信息,访客发现请向站长举报
6、本站资源大多存储在云盘,如发现链接失效,请联系我们我们会第一时间更新。
源码村资源网 » wamp安装织模板方法(wamp5怎么安装)

1 评论

您需要 登录账户 后才能发表评论

发表评论

欢迎 访客 发表评论