MySQL Forums
Forum List  »  Backup

Re: Empty backup file created
Posted by: Benjamin Gonay
Date: March 15, 2005 01:15AM

Hi,

your command line is correct. Is the password right ? (or try with one space between -u and the username, also at -p switch)

Here's the command i'm using (on unix) : mysqldump --add-drop-table --add-locks --all --extended-insert --quote-names --quick database_name | bzip2 -c > $dbname.sql.bz2

Hope this help U.
Benjamin

Options: ReplyQuote


Subject
Views
Written By
Posted
4566
March 14, 2005 11:58PM
Re: Empty backup file created
3191
March 15, 2005 01:15AM


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.