MySQL Forums
Forum List  »  Backup

Re: mysqldump not working on server
Posted by: Bruce Carlson
Date: December 05, 2005 05:05AM

I had a similar problem using mysql 5.0 but found it was my fault. I added user and password options as below :-

>mysqldump --user=root --password=[root's password] --opt mydb > mydb_bu.sql

then it worked.

Options: ReplyQuote


Subject
Views
Written By
Posted
4857
November 30, 2005 03:53PM
Re: mysqldump not working on server
6530
December 05, 2005 05:05AM


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.