batmite
3-17-03, 03:34 PM
___________________________________________
From the command line do
mysqldump --opt -n -hserver.powweb.com -uyourusername -pyourpassword yourDBname > dbdata.sql
___________________________________________
I tried the above from the command prompt and received the following error:
invalid option -- o
Then I tried removing the option --o and I still get an invalid option error.
Any ideas?
Thanks you.
From the command line do
mysqldump --opt -n -hserver.powweb.com -uyourusername -pyourpassword yourDBname > dbdata.sql
___________________________________________
I tried the above from the command prompt and received the following error:
invalid option -- o
Then I tried removing the option --o and I still get an invalid option error.
Any ideas?
Thanks you.