I cannot connect to MySQL database located at the webhost. The command: $link = mysql_connect('hostname:3306','username','password') or die ("Could not connect"); (with the proper hostname of course) returns this error message: MySQL Connection Failed: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES)
Of course, it works perfectly fine on my home computer, so I guess it must have something to do with the configuration of PHP (or, possibly, MySQL?) Can anyone tell me what's going on? Thanks, Kirill :) -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]