Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. php bin/console doctrine:mapping:convert xml ./src/AppBundle/Resources/doctrine/metadata/orm --from-database --force --no-debug
  2.  
  3.  
  4. [DoctrineDBALExceptionConnectionException]
  5. An exception occured in driver: SQLSTATE[HY000] [1045] Access denied for us
  6. er 'root'@'localhost' (using password: NO)
  7.  
  8. [DoctrineDBALDriverPDOException]
  9. SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using pas
  10. sword: NO)
  11.  
  12. [PDOException]
  13. SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using pas
  14. sword: NO)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement