Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

安装了phpmyadmin登陆时出现了错误#1045

[复制链接]
kzk521 发表于 2009-1-1 10:42:50 | 显示全部楼层 |阅读模式
安装了phpmyadmin登陆时出现了

欢迎使用 phpMyAdmin 2.11.1.2
错误
#1045 - Access denied for user 'IUSR_WD233'@'localhost' (using password: NO)

这个错误,
请问如何解决呢,急
xiaoyuwxz 发表于 2009-1-1 10:57:19 | 显示全部楼层
把登录方式设为cookie
回复

使用道具 举报

 楼主| kzk521 发表于 2009-1-1 11:02:19 | 显示全部楼层
都设置了,在config.inc.php中root,pass都设置了,从cmd中输入mysql -u root -p可以进入
回复

使用道具 举报

 楼主| kzk521 发表于 2009-1-1 11:05:10 | 显示全部楼层
用下面代码测试数据库时显示I cannot  connect to the database

<?

    $db_usrname="root";  //此处填你的用户名,本例中为root

    $db_password="******";     //此处填你的密码,本例中为空

    $conn=mysql_connect("localhost",$db_usrname,$db_password) or die ('I cannot  connect to the database.');

    mysql_select_db("test",$conn);

    echo "Success";

?>
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-18 09:21 , Processed in 0.033076 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表