Guest User

Untitled

a guest
Jul 19th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. I tried to run :
  2.  
  3. php app/console doctrine:database:drop
  4.  
  5. But i get this error:
  6.  
  7. [InvalidArgumentException]
  8. Could not find any configured connections
  9.  
  10. Here is my configuration( DBAL )
  11.  
  12. ## Doctrine Configuration
  13. doctrine.dbal:
  14. dbname: test
  15. user: root
  16. password: root
  17.  
  18. If i try :
  19.  
  20.  
  21. doctrine.dbal:
  22. connections:
  23. default:
  24. dbname: sc2watchr
  25. user: root
  26. password: root
  27.  
  28. Same error with this ?
  29.  
  30. Any one ? :)
  31.  
  32. Thanks ^^
Add Comment
Please, Sign In to add comment