启动了呀,密码和用户都是对的是不是安装的过程中有问题我是在XP下安装的mysql-5.0.1-alpha-snapshot-win

解决方案 »

  1.   

    php对mysql5的支持是使用mysqli函数库啊。以前的mysql函数库不能用了。
      

  2.   

    我要哭死了,还是不行啊mysqli_connect()???那个灯有三个图表,
    上--中--下 
    红--黄--绿
      

  3.   

    supplied argument is not a valid MySQL result resource in 另外,你的MySql初次安装时需要 数据库连接失败
      

  4.   

    那是Linux下设置目录和文件访问权限的,不是Win上的
      

  5.   


    Notice: Undefined variable: del in H:\php\diary\Diarys.php on line 21Warning: mysql_db_query(): Access denied for user 'ODBC'@'localhost' (using password: NO) in H:\php\diary\Diarys.php on line 43Warning: mysql_db_query(): A link to the server could not be established in H:\php\diary\Diarys.php on line 43Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in H:\php\diary\Diarys.php on line 44
      

  6.   

    mysql_db_query() 选择一个数据库并在其上执行查询。如果没有提供可选的连接标识,本函数会去找一个到 MySQL 服务器的已打开的连接,如果找不到已打开连接则会尝试无参数调用 mysql_connect() 来建立一个。你的错误信息就是无参数调用mysql_connect()函数导致的。请你看你的这个帖子,注意PHP的语句的用法
    http://community.csdn.net/Expert/TopicView.asp?id=3342482
      

  7.   

    The $cfg['PmaAbsoluteUri'] directive MUST be set in your configuration file!Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.