im trying to connect to my mysql server
$this->dblink = mysql_connect("kemistry","root","password");
this gives me an error:
PHP Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root '@'Server' (using password: YES) in c:\Inetpub\wwwroot\Server\lib\forumDB.php on line 20
i created a new root@Server and im using the correct password but im still getting the access denied error. what am i doing wrong?