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?
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?