Error ! Piwik on shared hosting

I am using a windows shared hosting service. when i try to install piwik, it shows an error. I tried contacting the hosting provider, but they are unable to help stating that its a shared hosting. please help me by suggesting an alternative

You need to enable the PDO and PDO_MYSQL extensions in your php.ini file.

On a windows server you can add the following lines in your php.ini
extension=php_pdo.dll
extension=php_pdo_mysql.dll

On a Linux server you can compile php with the following option --with-pdo-mysql In your php.ini, add the following lines
extension=pdo.so
extension=pdo_mysql.so