Advertisement
Guest User

Untitled

a guest
Aug 1st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. [IlluminateDatabaseQueryException]
  2. could not find driver (SQL: select * from information_schema.tables where t
  3. able_schema = notes_bd and table_name = migrations)
  4. [PDOException]
  5. could not find driver
  6.  
  7. APP_NAME=Laravel
  8. APP_ENV=local
  9. APP_KEY=base64:BBhkGEzYaTMTLkDoOaWc1uxi0j29TMbhSJQbow0WaIc=
  10. APP_DEBUG=true
  11. APP_LOG_LEVEL=debug
  12. APP_URL=http://localhost
  13.  
  14. DB_CONNECTION=mysql
  15. DB_HOST=127.0.0.1
  16. DB_PORT=3306
  17. DB_DATABASE=notes_bd
  18. DB_USERNAME=root
  19. DB_PASSWORD=secret
  20. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement