More information about the Underscore mailing list

[_] PDO MYSQL

Tim Brayshaw tim at twisty.com
Wed Nov 8 12:07:56 GMT 2006


On 8 Nov 2006, at 09:32, Darren Beale wrote:


> On 11/8/06, joel at jojet.com <joel at jojet.com> wrote:
>
>> The PDO extension is there in php.ini but I can see no sign of the
>> associated PDO MYSQL driver - maybe it doesn't show up there.
>
> I had to compile mine in
> --enable-pdo
>
> and have a PDO section under phpinfo();

I've done similar and it worked fine, this was part of my configure:

--with-pdo-mysql=/usr/local

Tim.