MySQL Forums
Forum List  »  Newbie

Re: unable to get mysqldump to work
Posted by: Blake Nouribekian
Date: June 29, 2005 04:13PM

That didnt seem to work for me. Even if I do something simple like how the manual shows for mysqldump it doesnt work. If you dont specify a dir for the file then where does it go?

mysqldump --all-databases > all_databases.sql


back to the example you gave, when i do this

#mysqldump -uroot -ppassword dbname > /var/dump/dump.file

it goes to the next line without doing anything because there is no ";"
then the next line

# cat /var/dump/dump.file

also doesn nothing for the same reason and end result there is no file....what is wrong?

Options: ReplyQuote


Subject
Written By
Posted
Re: unable to get mysqldump to work
June 29, 2005 04:13PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.