Misafir adlı üyeden alıntı:
mesajı görüntüle
Kurulum dosyası içerisinde var hocam.
52
●9.436
<?php
error_reporting(0);
try{
$db=new PDO("mysql:host=localhost;dbname=blog;charset=utf8","root","");
}catch(PDOEXception $hata){
echo $hata->getMessage();
}
?> <?php
error_reporting(0);
try{
$db=new PDO("mysql:host=localhost;dbname=blog;charset=utf8","mysqlkullanicisi","mysqlsifresi");
}catch(PDOEXception $hata){
echo $hata->getMessage();
}
?>