Hi,
I am trying to create a backup of a database using the command prompt. My command looks like this:
c:\mysql\bin>mysqldump -h localhost - u username -p dbname > backup.txt
...but this doesn't work. Can anyone tell me what I'm doing wrong?
Cheers, Jo