Secrets,
Thanks for the quick response. I'm not very handy with mysql command prompt.
Does this look correct? I found this via google and could not get it to work.
Code:
mysqldump -h localhost -u [MySQL user, e.g. root] -p[database password] -c --add-drop-table --add-locks --all --quick --lock-tables [name of the database] > sqldump.sql
Thanks a bunch.