以前没用过php和mysql
目前已经安装了php-5.2.11-win32-installer 和 mysql-5.1.42-win32.rar
用的是iis5,可是运行install.php后提示安装成功, 但运行页面出现错误:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user
'root'@'localhost' (using password: NO) in D:\company\phpok3full-20101110\libs\db_engine\mysql.php on line 75
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in D:\company\phpok3full-20101110\libs\db_engine\mysql.php on line 167
我手工建的空数据库demo,安装后里面还是空的。
请问phpok3的mysql数据库存在什么地方?怎么建立php和mysql地连接?