Symfony database setup: command “symfony” in ms-dos doesn't work

Sincerity

New Member
I am trying to do this:\[code\]c:\> php symfony configure:database "mysql:host=localhost;dbname=jobeet" root mYsEcret\[/code\]This doesnt work for me because it says\[code\]Could not open input file\[/code\]I thought I needed to add symfony-file located in C:\dev\sfprojects\jobeet\lib\vendor\symfony\data\bin\ to PATH, but this didn't do the trick. I tried to enter the whole path to the symfony-file like so:\[code\]c:\> php C:\dev\sfprojects\jobeet\lib\vendor\symfony\data\bin\symfony\ configure:database "mysql:host=localhost;dbname=jobeet" root mYsEcret\[/code\]I get error \[code\]Task configure:database not defined\[/code\]What should I do in order to:[*]Be able to use the symfony keywordrather than the whole path of thefile[*]Be able to run configure:database?Thank you for your time.Kind regards,Marius
 
Back
Top