What is the syntax error you're getting? I'll be able to make better suggestions if you post that.
Here are a couple things you can try/check:
1. Make sure you're actually in the bin folder when you type the mysqldump command on the command line.
2. Try this in case you don't have a password set for the user
mysqldump --user username database01 > data.sql
Last edited by captobvious; 07-18-2006 at 11:12 PM..
|