Yes, that's the problem, you don't have a driver installed. PDO can't function without drivers for specific vendors.
> http://www.php.net/manual/en/ref.pdo-mysql.php This page will give you hints on how to install the MySql driver. If you want something specific for your OS, use Google. -- Jasper N. Brouwer (@jaspernbrouwer) On 27 Jan 2014, at 14:37, Olajide Obasan <[email protected]> wrote: > 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 $ -- 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.
