I can connect to the mySQL server from PHP, w/o using a username and a password, or using just a username....
either way: I'm logged in as an anonymous user (we added it as a temp)
Problem is: when I connect using the username and password, I keep getting access denied... and after 3 days I'm getting kinda bold...
ow... I'm doing this:
$link = mysql_connect("localhost","username","password");
and this is what I get:
Warning: Access denied for user: 'SLH@localhost' (Using password: YES) in path/to/file/select.php on line 2
Warning: MySQL Connection Failed: Access denied for user: 'SLH@localhost' (Using password: YES) in path/to/file/select.php on line 2
anybody have any idea as to what might cause this?