Guest User

Untitled

a guest
Dec 27th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. [IlluminateDatabaseQueryException]
  2. SQLSTATE[HY000] [1045] Access denied for user 'laravel'@'localhost' (using password: NO) (SQL: select * from information_schema.tables whe
  3. re table_schema = laravel and table_name = migrations)
  4.  
  5. [PDOException]
  6. SQLSTATE[HY000] [1045] Access denied for user 'laravel'@'localhost' (using password: NO)
  7.  
  8. DB_CONNECTION=mysql
  9. DB_HOST=127.0.0.1
  10. DB_PORT=3306
  11. DB_DATABASE=laravel
  12. DB_USERNAME=laravel
  13. DB_PASSWORD=
  14.  
  15. DB_CONNECTION=mysql
  16. DB_HOST=127.0.0.1
  17. DB_PORT=3306
  18. DB_DATABASE=laravel
  19. DB_USERNAME=root
  20. DB_PASSWORD=
Add Comment
Please, Sign In to add comment