phpMyAdmin的设置问题

marlantz 2003-11-18 10:34:42
我在运行index.php的时候出错了,问题是:
在我设置成有密码的时候是:
#1045 - Access denied for user: 'chris@sonic' (Using password: YES)
请问我该怎么做?
我config.inc.php的配置:
$cfg['Servers'][$i]['host'] = 'sonic';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = FALSE;
$cfg['Servers'][$i]['controluser'] = '';
$cfg['Servers'][$i]['controlpass'] = '';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'chris';
$cfg['Servers'][$i]['password'] = '123456';
————————————————————————————————
于是我只要改成:$cfg['Servers'][$i]['password'] = '';
很奇怪,我已经设置了MYSQL的密码,但是为什么在$cfg['Servers'][$i]['password'] = '';里不用填密码?
还有“必须在您的配置文件中设定 $cfg['PmaAbsoluteUri'] 指令!”是什么意思?
————————————————————————————————
虽然能进去了,但是它却告诉我:
创建一个新的数据库: [文档]
无权限
————————————————————————————————
请问我该怎么设置?
...全文
53 9 打赏 收藏 转发到动态 举报
写回复
用AI写文章
9 条回复
切换为时间正序
请发表友善的回复…
发表回复
nethermit 2003-11-18
  • 打赏
  • 举报
回复
www.mysql.com
marlantz 2003-11-18
  • 打赏
  • 举报
回复
请问在什么地方看呀?
我没找到?
我用的是IIS+MYSQL
nethermit 2003-11-18
  • 打赏
  • 举报
回复
请仔细看一看MySQL的Manual里面权限部分内容
marlantz 2003-11-18
  • 打赏
  • 举报
回复
问题已经搞定了,是我自己搞定的!
faucet 2003-11-18
  • 打赏
  • 举报
回复
1. $cfg['Servers'][$i]['host'] = 'localhost';
2. $cfg['Servers'][$i]['auth_type'] = 'config'; 这行最好改为
$cfg['Servers'][$i]['auth_type'] = 'cookie'; 这样会出现登陆框让你输入密码,更加安全,即使phpmyadmin的地址被人发现也不要紧。
3. 在2设定为 cookie后 ,
cfg['Servers'][$i]['user'] = 'chris';
$cfg['Servers'][$i]['password'] = '123456';
这两行都不用改,就是
cfg['Servers'][$i]['user'] = '';
$cfg['Servers'][$i]['password'] = '';
这样就可以了

4. $cfg['PmaAbsoluteUri'] 需要设定,设定的值就是你的phpmyadmin的访问地址,这个也是
为了安全而在较新版本的phpmyadmin都有的,例如你的phpmyadmin的访问地址是
http://myhost/phpMyAdmin
就把这个设定为这个值
chairj 2003-11-18
  • 打赏
  • 举报
回复
$cfg['Servers'][$i]['host'] = 'localhost';
cnhxjtoa 2003-11-18
  • 打赏
  • 举报
回复
phpMyAdmin的设置问题,我是一点都不懂呀
可我一安装上去,它自己什么都跟我通了!!呵呵
Cain 2003-11-18
  • 打赏
  • 举报
回复
你先
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
试试
shg918 2003-11-18
  • 打赏
  • 举报
回复
本人的经历:(这次说什么也得进faq了!!!)

http://expert.csdn.net/Expert/topic/2393/2393106.xml?temp=7.256716E-02

21,891

社区成员

发帖
与我相关
我的任务
社区描述
从PHP安装配置,PHP入门,PHP基础到PHP应用
社区管理员
  • 基础编程社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧