[symfony-users] Re: Connect MySQL database

2009-08-17 Thread Eno
On Mon, 17 Aug 2009, JorgeContreras wrote: > If anybody knows how to enable it I would aprecciate advice. Thanks in > advance. pecl install -a pdo_mysql -- --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sy

[symfony-users] Re: Connect MySQL database

2009-08-17 Thread Gábor Fási
Check your php.ini, the extensions part, you'll find it there, uncomment the neccesary line. On Mon, Aug 17, 2009 at 19:42, JorgeContreras wrote: > > When I try to connect to a MySQL database I get an error message: > Unable to open PDO connection [wrapped: could not find driver] > > Then I execu