Powershell how to use the < (redirect)

Viewed 22

Something like this will work in shell, cmd, bash and so on, but NOT in powershell:

mysql -u username -p database_name < file.sql

Is there a simple way to use this the same way in poweshell?

0 Answers
Related