MySQL Forums
Forum List  »  PHP

Re: 5.1.2 PDO Supoprt for MySQL 5.0?
Posted by: Ulf Wendel
Date: February 01, 2006 07:45AM

Tim May wrote:
> I am trying to get PDO support for MySQL 5.0 and I
> am curious if anyone else has gotten this to work.
> I do not want to use te mysql / mysqli driver but
> rather the pdo driver. I can compile the updated
> driver but how do I add it into php and the pdo
> driver? Thanks for the help!

Windows? Make sure that you first enable the php_pdo.dll and then the php_pdo_mysql.dll driver in your php.ini. If you do it the other way around, the php_pdo_mysql.dll might not be loaded because there has not yet been a php_pdo.dll loaded that could "register" the php_pdo_mysql.dll.

Ulf

Options: ReplyQuote


Subject
Written By
Posted
January 31, 2006 04:21PM
Re: 5.1.2 PDO Supoprt for MySQL 5.0?
February 01, 2006 07:45AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.