You have to run CMD.EXE as the Administrator:
Right click on cmd.exe –> Run as Administrator and then type your command:
mysqldump -u[username] -p[password] -h[ip or name] yourdatabasename > c:\sqlfile.sql
It should work fine.
You have to run CMD.EXE as the Administrator:
Right click on cmd.exe –> Run as Administrator and then type your command:
mysqldump -u[username] -p[password] -h[ip or name] yourdatabasename > c:\sqlfile.sql
It should work fine.