MySQL Forums
Forum List  »  Backup

Re: mysqldump problem
Posted by: Nick Roper
Date: May 02, 2005 03:40AM

Hi Rone,

It just means that the mysql installation hasn't been added to your PATH environment variable.

You should be able to execute it explicitly by putting the path to mysql\bin in front of the command, i.e.:

C:\documents and settings\myfiles> C:\mysql\bin\mysqldump etc....

(or whatever the correct path is on your machine)

Let me know,

Nick

--
Nick Roper

Options: ReplyQuote


Subject
Views
Written By
Posted
8335
May 01, 2005 01:59PM
4700
May 01, 2005 02:06PM
12475
May 01, 2005 10:17PM
Re: mysqldump problem
7506
May 02, 2005 03:40AM
4709
May 02, 2005 08:55AM
5183
May 02, 2005 09:09AM


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.