i have to connect to a mysql server from php program using pdo, problem is i cannot get it connected from php but i can connect it with same configuration using other SQL Managers.
parent::__construct('mysql'.':host='.$DB_HOST.';dbname='.$DB_NAME, $DB_USER, $DB_PASS);