I am using the following Batch script.
It generates a .sql file with same size as the one i get when i manually use the mysqldump command from the command line.
However, when i try to load this .sql to a database using :
mysql -u root -p db < file.sql
It does not load anything, no db tables/files are created. Is there an error in the script? or am i missing something?