I tried some of the solutions I found online (like changing localhost to 127.0.0.1) but nothing sped it up. Any ideas why it is slow? On average it's 2 seconds slower compared to my mysqli coections.
try{
$pdo = new PDO("mysql:host=$db_host;dbname=$db_name", $db_user, $db_pass);
}
catch(PDOException $e) {
echo ''.$e->getMessage();
}
Code (markup):
برچسب:
نویسنده: استخدام کار
تاريخ: جمعه
26 مرداد
1403 ساعت: 20:38