On Wed, 2 Sep 2009, Martin - Digital Express wrote:

> D:\AppServ\www\symfony\sfproject>symfony doctrine:build-sql
> >> doctrine  generating sql for models
> 
>   While exporting model class 'JobeetAffiliate' to SQL: Couldn't
> locate driver n
> amed mysql

Looks like you dont have pdo_mysql in your PHP.

On Mac/Linux, run this from a terminal window:

        php -m | egrep "[Pp][Dd][Oo]"

to see if PDO is present/enabled.



-- 



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to