Advertisement
Guest User

Untitled

a guest
Mar 15th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. In Connection.php line 664:
  2.  
  3. SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) (SQL: select * from `languages` where `status` = 1)
  4.  
  5.  
  6. In Connector.php line 70:
  7.  
  8. SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
  9.  
  10. APP_NAME=Laravel
  11. APP_ENV=local
  12. APP_KEY=base64:q/o7QZeznstW1iBW65t8F7usVPI1oA9osHGaCa6uONU=
  13. APP_DEBUG=true
  14. APP_URL=localhost
  15.  
  16. LOG_CHANNEL=stack
  17.  
  18. DB_CONNECTION=mysql
  19. DB_HOST=localhost
  20. DB_PORT=8889
  21. DB_DATABASE=newDB
  22. DB_USERNAME=root
  23. DB_PASSWORD=root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement