I take it you're running Windows?

If so then PATH is an environment variable that allows you to run any
command in its directories from anywhere. Example:

c:\> path=c:\windows;c:\windows\command
c:\> dir *.exe

  Volume in drive C has no label
  Volume Serial Number is 07D1-0502
  Directory of C:\

File not found
                         17,223.45 MB free

c:\> ipconfig

Windows 98 IP configuration

1 Ethernet adapter:
        IP address. . . . . . . . : 10.10.10.107

In this example, ipconfig.exe is actually in c:\windows, but I can run it
from c:\ because my PATH variable includes c:\windows.

You can find out your current path settings by typing "path" at a DOS
prompt, and you can add your own by modifying your autoexec.bat file.

HTH
Jon


-----Original Message-----
From: Martin Scherer [mailto:[EMAIL PROTECTED]]
Sent: 13 June 2001 05:15
To: [EMAIL PROTECTED]
Subject: re:re: startup Help


Thank you,  but what does exactly does that mean.  An example would help.
m.




>On Tue, 12 Jun 2001, Martin Scherer wrote:
>
> > I am told that mysqladmin is not an understood command.
>
>Looks like you need to update your PATH variable.
>
>Neil


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



**********************************************************************
'The information included in this Email is of a confidential nature and is 
intended only for the addressee. If you are not the intended addressee, 
any disclosure, copying or distribution by you is prohibited and may be 
unlawful. Disclosure to any party other than the addressee, whether 
inadvertent or otherwise is not intended to waive privilege or
confidentiality'

**********************************************************************

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to