Hi, Please, ask your questions in english so everyone of us can help.
About your problem, are you having problems only on the CLI? if that's so, maybe you didn't modify the php.ini for the CLI. I don't know which OS you're using, so try to run phpinfo() on the CLI to check where is the php.ini that it's using, and modify it to enable the PDO mysql driver. Cheers. On Fri, Aug 20, 2010 at 9:40 AM, bibob <olivier.bib...@cnfpt.fr> wrote: > J'ai modifié php.ini pour activer les extensions pdo.so et mysql.so , > cela n'a aucun effet. > Est-ce bien cela qu'il faut modifier ? > Dans php.ini, voilà le contenu des 2 paragraphes pdo et pdo.mysql : > > [Pdo] > ; Whether to pool ODBC connections. Can be one of "strict", "relaxed" > or "off" > ; > http://www.php.net/manual/en/ref.pdo-odbc.php#ini.pdo-odbc.connection-pooling > ;pdo_odbc.connection_pooling=strict > > ;pdo_odbc.db2_instance_name > > [Pdo_mysql] > ; If mysqlnd is used: Number of cache slots for the internal result > set cache > ; http://php.net/pdo_mysql.cache_size > pdo_mysql.cache_size = 2000 > > ; Default socket name for local MySQL connects. If empty, uses the > built-in > ; MySQL defaults. > ; http://php.net/pdo_mysql.default-socket > pdo_mysql.default_socket= > > > > On 20 août, 13:40, Gábor Fási <maerl...@gmail.com> wrote: > > You need to enable the pdo and pdo_mysql modules in your php.ini. Keep > > in mind that your httpd and cli may use different ini files. > > > > On Fri, Aug 20, 2010 at 11:26, bibob <olivier.bib...@cnfpt.fr> wrote: > > > Bonjour, > > > au lancement de la commande : php symfony doctrine:insert-sql j'ai un > > > message d'erreur : Couldn't locate driver named mysql > > > > > -- > > > 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 symfony-users@googlegroups.com > > > To unsubscribe from this group, send email to > > > symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com> > > > 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 symfony-users@googlegroups.com > To unsubscribe from this group, send email to > symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com> > 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 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