I find it humorous that you're Email address is "perl_programmer2001", yet
you don't know how to set your PATH variable...
Type "echo $PATH" and see if "/usr/local/bin" is included in it. If so, you
can do what I usually do, which is to add 'symbolic links' from there to
programs that I want to be able to execute easily.
cd /usr/local/bin
ln -s /usr/local/mysql/bin/msyql
OR you can use the 'standard' method of:
PATH=$PATH:/usr/local/mysql/bin
Simon Chan wrote:
> Hi Everybody!
>
> I'm installing Mysql on a solaris 2.7 sparc machine.
> In the mysql manual is this passage:
>
> "You will find several files and subdirectories in the
> mysql directory. The most important for installation
> purposes are the `bin' and `scripts' subdirectories.
> `bin'
> This directory contains client programs and the server
> You should add the full pathname of this directory to
> your PATH environment variable so that your shell
> finds the MySQL programs properly."
>
> Question: How do I add the full path name to my PATH
> environment variable? The url provided was of much
> help.
>
> Many thanks everybody!
> simon
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
>
> ---------------------------------------------------------------------
> 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