PHP Data Objects (PDO) defines a lightweight and consistent interface for accessing databases.

learn more… | top users | synonyms

1
vote
1answer
2k views

How do I install the pdo_mysql driver on Red Hat Enterprise Linux 6.1?

I have a RHEL box running PHP 5.3.3, which was installed using the binary packages provided by yum. I have installed the php-pdo package: # yum info php-pdo Loaded plugins: product-id, rhnplugin, ...
2
votes
1answer
3k views

How to install PostgreSQL extension for PDO in Linux?

I have the VPS. I can build my PHP version using Easy Apache. I can find the option for PDO support for MySQL, SQLite. But I don't have any option of PDO pgsql driver. How can I enable that? It says ...
1
vote
0answers
49 views

centos update mysqlnd [closed]

I updated my mysql from version 5.0 to version 5.5, but my PDO drive is still mysqlnd 5.0.10. I would like to update the mysql driver to 5.5. How could i do that? I already tried to recompile apache, ...