I installed PDO_MYSQL in my server, and in the end of the installation, appeared the following message:
Build process completed successfully
Installing ' /var/tmp/pear-build-root/install-PDO_MYSQL-1.0.2//usr/local/lib/php/extensions/no-debug-non-zts-20050922/pdo_mysql.so '
install ok: channel://pecl.php.net/PDO_MYSQL-1.0.2
You should add " extension=pdo.so " to php.ini
You should add " extension=pdo_mysql.so " to php.ini
I added in the php.ini "extension=pdo.so" and "extension=pdo_mysql.so". But when I access in my site phpinfo.php, it doesn't list that the pdo_mysql is installed, just list:
PDO
PDO SUPPORT ENABLED
PDO DRIVERS SQLITE2
Somebody would know how to do so that appears in the php.ini? because for the that I saw, it is installed.
Thanks



LinkBack URL
About LinkBacks
Reply With Quote




