I grep the 'php i output with PDO but it shows that PDO support is enabled but PDO Driver nothing is written in front
On Fri, Jan 24, 2014 at 1:06 PM, Jasper N. Brouwer <[email protected]>wrote: > You still need a MySql driver for PDO: > http://www.php.net/manual/en/ref.pdo-mysql.php > > Check `php -i` for something like this: > > PDO Driver for MySQL => enabled > Client API version => mysqlnd 5.0.11-dev - 20120503 - $Id: > 1514feb3700aa52d513182fcdc87f2c66f06d152 $ > > -- > Jasper N. Brouwer > (@jaspernbrouwer) > > > On 24 Jan 2014, at 13:51, Olajide Obasan <[email protected]> wrote: > > > I already checked the php-cli.ini and PDO was loaded and even ran php -m > on the cli and listed PDO as part of the modules loaded > > -- > You received this message because you are subscribed to a topic in the > Google Groups "doctrine-user" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/doctrine-user/SAbH78h2uX0/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/doctrine-user. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/groups/opt_out.
