Also, check if you're using a different php.ini for your CLI. If that's the case, check that the extension for mysql is enabled.
On Sat, Oct 2, 2010 at 9:39 AM, Joseph Myalla <[email protected]> wrote: > > Can you check if pdo support for mysql is installed in you easyphp > > and see the database configuration file is has the right class for doctrine > or propel and the dsn name to > have mysql, user, password and the database name > > > > #config/databases.yml > > ... > ... > > class: sfDoctrineDatabase > dsn: mysql://username:your-db-p...@localhost/your-db_name > ... > > .. > On Sat, Oct 2, 2010 at 2:36 PM, mspallanzani <[email protected] > > wrote: > >> Hello, >> >> I'm using symfony to develop a website but I have a problem when >> running the command: >> >> "php symfony doctrine:build --all --and-load --no-confirmation" >> >> I get the following message at the end of the execution of the command >> here above: >> >> "Couldn't locate driver named mysql" >> >> Though, the database connection through the website works fine. >> >> I'm using a server apache installed with easyphp. >> >> Can anyone help me, pls? >> >> Thanks, >> >> Marco. >> >> -- >> If you want to report a vulnerability issue on symfony, please send it to >> security at symfony-project.com >> >> You received this message because you are subscribed to the Google >> Groups "symfony users" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected]<symfony-users%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/symfony-users?hl=en >> > > > > -- > Myalla J.C > Kibaha Education Centre > P.O Box 30054 Kibaha > Pwani > Tanzania > +255787680744 > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
