mysqldump --opt --user=USERNAME --password=PASSWORD DATABASE_NAME > db.sql
Eric
For example, on my machine, the mysql executables are at C:\Program
Files\MySQL\MySQL Server 5.1\bin
> should I just make a note to change the username and password
> in the create function when the marker imports the project?
Yeah, that would be fine.
Eric