MySQL Forums
Forum List  »  Newbie

Re: mysqldump
Posted by: Christian Hamel
Date: July 27, 2005 08:46AM

mysqldump is an external program; it is like mysql. So you have to run it from the command line.

By having the error 'mysqldump' is not recognized ... it might be because you don't have the mysql BIN folder in your path system variable.

You might have to CD to the proper folder first by issuing a
CD C:\Program Files\MySQL\MySQL Server 4.1\bin

(replace the installation path with yours).

Options: ReplyQuote


Subject
Written By
Posted
July 27, 2005 08:19AM
Re: mysqldump
July 27, 2005 08:46AM
July 27, 2005 09:41AM


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.