I have a large .sql. file and I'm trying to import it by using command line. Im going to the right directory and typing:
mysql -u rookie -h 127.0.0.1 -p database < file.sql
And somehow it gives me an error:
Mysql is not recognized as an internal or external command
Why?