<?php try{ $conn = new PDO("mysql:host=localhost;dbname=cats", 'cats', 'cats'); } catch(PDOException $pe){ die('E:'.$pe->getMessage()); } produces E:could not find driver