Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. propel:
  2. database:
  3. connections:
  4. myconnection:
  5. adapter: "pdo_mssql"
  6. classname: PropelRuntimeAdapterMSSQLMssqlDebugPDO
  7. dsn: "host=MyHOST;dbname=DBname"
  8. user: "user"
  9. password: "password"
  10. attributes:
  11.  
  12. bin/console propel:database:reverse myconnection
  13.  
  14. [PropelGeneratorExceptionInvalidArgumentException]
  15. Invalid database name: no configured connection named
  16. `host=MyHOST;dbname=DBname;user=user;password=password`.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement