Guest User

Untitled

a guest
Feb 16th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. C:UsersBKBlog> php artisan migrate
  2.  
  3. In Connection.php line 664:
  4. SQLSTATE[HY000]: General error: 1273 Unknown collation: 'utf8mb4'
  5. (SQL: select * from information_schema.tables where
  6. table_schema = mydb and table_name = migrations)
  7.  
  8. In MySqlConnector.php line 56:
  9.  
  10. SQLSTATE[HY000]: General error: 1273 Unknown collation: 'utf8mb4'
  11.  
  12. DB_HOST=127.0.0.1
  13. DB_PORT=3306
  14. DB_DATABASE=mydb
  15. DB_USERNAME=root
  16. DB_PASSWORD=
Add Comment
Please, Sign In to add comment