Version 8.0.4 SQL restore problem

Hello ,
i have mysqldump file for dolibarr 8.0.4 version .
i had to format my pc . and i downloaded 8.0.4 version and loaede , it works now but i cannot restore mysqldum file .
i am using powershell to load the sql file . (i have windows10)
i am getting mysql code from dolibarr ( c:\dolibarr\bin\mysql\mysql5.0.45\bin\mysql -h localhost -P 3306 -u admin -p ***** dolibarr < mybackupfile.sql)
but powerShell Show the problem with < this character in this code.
How can solve tthis problem.
thanks in advance
Alper

Did you try to use the common shell instead of powershell ?

i cannot solve with powershell . it doesn’t recognize < character.
i solved the problem with php .
thank you

alper