Ver originaltry{ $dbh = new PDO($dsn, $user, $password, $options);}catch(PDOException $e){ die("Fallo al conectar: ".$e->getMessage());}