I have some doubts. I need to make a copy of a database that is not on my machine, but on a server .. I am using the mysql dump command, however when I type the following command
mysqldump -u user -password & 1234 obanco > file.sql
, it returns that what is from "&" is not valid ..
like this:
"1234 is not recognized as an internal or external command or operable program or a batch file."
this "&" in the password can not exist? ...
One more thing, before using this command do I need to connect to the right bank?
prompt > mysql [-h hostname or ip] [-u hostname] [-psua_password]
I use this command? ..
Thank you in advance.