Guest User

Untitled

a guest
Dec 17th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 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 information_schema.tables where table_schema = laravel and table_name = migrations)
  4.  
  5.  
  6.  
  7. In Connector.php line 67:
  8.  
  9. SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
  10.  
  11. DB_CONNECTION=mysql
  12. DB_HOST=127.0.0.1
  13. DB_PORT=3306
  14. DB_DATABASE=laravel
  15. DB_USERNAME=root
  16. DB_PASSWORD=1234
Add Comment
Please, Sign In to add comment