I am currently trying to dump my local mysql database to a .sql file to forward to my web hosts.
For some reason when trying from the command prompt - Win2K I cannot seem it to dump succesfully - any ideas?
I am using the following commands at the command line:
mysqldump -u user -p jobclever > jobclever.sql