Код: Выделить всё
$db = new PDO("mysql:host=localhost;dbname=test", $username, $password);
Подробнее здесь: https://stackoverflow.com/questions/980 ... ction-slow
Код: Выделить всё
$db = new PDO("mysql:host=localhost;dbname=test", $username, $password);