I've searched for hours, there are many posts or tutorials but I couldn't run my batch script.
on dos prompt this code works fine:
-u root -h localhost -p******** siir_07 dumper.sql
but this gives error with batch:
"c:\program files\mysql\mysql server 5.5\bin\mysql.exe" "-u root -h localhost -p******** siir_07 dumper.sql"
the error is:
ERROR 1045 (28000): Access denied for user ' root -h localhost -p** siir_07 dumper.s'@'localhost' (using password: NO)