Search results

  1. N

    Problem with mysql and php

    $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)
Top