Please help me I have installed pdo_mysql through pecl install pdo_mysql. How to load this extension in PHP? somehow it won't read my PHP.ini having extension=pdo.so, extension=pdo_mysql.so?
If someone know how to resolve this issue? Please guide me.
By the way I install my PHP from source, using the latest PHP 5.4.30
On a windows server you can add the following lines in your php.ini
extension=php_pdo.dll
extension=php_pdo_mysql.dll