tu n'as pas dit que ton port mysql est 3306 :
$db = new PDO("mysql:host=".DBHOST.";port=8889
//------------------------------------------^
cela pourrait aider :
$db = new PDO("mysql:host=".DBHOST.";port=3306
tu n'as pas dit que ton port mysql est 3306 :
$db = new PDO("mysql:host=".DBHOST.";port=8889
//------------------------------------------^
cela pourrait aider :
$db = new PDO("mysql:host=".DBHOST.";port=3306