Could not find driver on Live Server

Hi guys, so I moved my app on a live server and I get the following error : CDbConnection failed to open the DB connection: could not find driver , even tho Yii Requirements are good.

Can anyone help with this? Thx

The yii requeriments says that you only have drivers for sqlite.

If you are using another DBMS, the specicif driver is not intalled (the warning)

So I need to install pdo_mysql? I could not find that driver available for installation on my live server

If it’s a dedicated server or VPS and you have a root access check here for how to install - http://www.php.net/manual/en/pdo.setup.php

If not… .you need to contact your hosting support and ask them to install that for you…