In window cmd ,I usually do like this and it is working
C:\Users\davi> mysql -u root -p mydb < D:/xampp/mysql/bin/db.sql
I am new in vagrant , this is what I do in vagrant ssh
[vagrant@localhost bs]$ mysql -u root -p mydb < D:/xampp/mysql/bin/db.sql
But I got this error
-bash: D:/xampp/mysql/bin/db.sql: ??????????????????????
Is there anyway to import correctly ?