SyntaxFix
Write A Post
Hire A Developer
Questions
I have used wamp server. I tried on
c:\wamp\bin\mysql\mysql5.5.8\bin\mysqldump -uroot -p db_name > c:\somefolder\filename.sql
root is my username for mysql, and if you have any password specify it with:
root
-p[yourpassword]
Hope it works.