I've recently started learning MySQL but i'm having some issues installing a library (.sql file) I have saved using the VSCode CLI. The command I've used to install the library is:
mysql -v < Chinook_MySql_AutoIncrementPKs.sql
But when I run this command I get the error message:
The '<' operator is reserved for future use.
If anyone can help with a workaround for the "<" operator, it would be greatly appreciated. Thanks!