I am trying to authenticate against a DB and keep getting this error:
Warning: MySQL Connection Failed: Access denied for user: 'mark@localhost' (Using password: YES) in c:\apache\htdocs\profile\profile_login.php on line 20
Couldn't connect.
Line 20 is as follows:
$connection = mysql_connect("localhost", "mark", "mark")
or die("Couldn't connect.");
I have checked the MySQL permissions and the permissions appear correct. Is there something in the config file that needs to be modified? I am using WIN2k
Thanks
Mark