Re: mysqldump command under windows environment
Posted by: Arun B
Date: April 17, 2007 08:26AM

Try using the following command:

mysqldump -u 'username' -p'password' -h 'ip address of the databaseserver' database name > path for the dump

If the database is your local machine then skip " -h ipadress...."

Options: ReplyQuote


Subject
Written By
Posted
Re: mysqldump command under windows environment
April 17, 2007 08:26AM


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.