@session_start();
@ob_start();
try {
$db = new PDO("mysql:host=localhost;dbname=petroofisi;charset=utf8", "petroofisi", "petroofisi20A");
} catch ( PDOException $e ){
print $e->getMessage();
}
include 'functions.php';
?>

Bunu yapıyorum ama böyle bi hata alıyorum anlayan varmı arkadaslar

HATA BU
SQLSTATE[28000] [1045] Access denied for user 'farmas49_1'@'localhost' (using password: YES)