niraj.kumar.ait
New Member
- Messages
- 15
- Reaction score
- 0
- Points
- 0
$dbc = @mysql_connect (DB_HOST, DB_USER, DB_PASSWORD) OR die ('Could not connect to MySQL: ' . mysql_error());
Above code is giving me following error :
Could not connect to MySQL: Access denied for user 'niraj'@'localhost' (using password: YES)
Above code is giving me following error :
Could not connect to MySQL: Access denied for user 'niraj'@'localhost' (using password: YES)