hello,

I have defined two database connections in my databases.yml:
all:
  xyz:
    class: sfDoctrineDatabase
    param:
      dsn: 'mysql:host=localhost;dbname=xyz'
...
 abc:
    class: sfDoctrineDatabase
    param:
      dsn: 'mysql:host=localhost;dbname=abc'

installed sfGuardPlugin, the sf* databases are located in xyz database

when I try to add a new user with:
symfony guard:create-user --connection="xyz" admin password

I get the following error:
  SQLSTATE[42S02]: Base table or view not found: 1146 Table
'avz.sf_guard_user' doesn't exist

it seems that the --connection option is ignored?

--

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=.


Reply via email to