Re: environment setting

2001-04-10 Thread Steve Brazill
OR, you can do what I usually do, and create a 'symbolic' link from "/usr/local/bin" to programs 'outside' of your path, that you feel are safe to run 'automatically' (i.e. "cd /usr/local/bin; ln -s /usr/local/mysql/bin/mysql ") Brian Warn wrote: > Make sure in (solaris + ksh) /etc/profile o

Re: environment setting

2001-04-10 Thread Brian Warn
Make sure in (solaris + ksh) /etc/profile or $HOME/.profile that /usr/local/mysql/bin is in the path for the user under which you run mysql: e.g. PATH=/usr/bin:/usr/local/bin:/usr/local/mysql/bin -Brian - Original Message - From: "Ngu Nguyen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: environment setting

2001-04-10 Thread Paul DuBois
On Tue, Apr 10, 2001 at 01:05:34PM -0700, Ngu Nguyen wrote: > Hi, > > I was wondering how I can run mysql commands without typing "/usr/local/mysql/bin/" >up front. E.g. Just "mysql --user=... --host=... -p .." instead of >"/usr/local/mysql/bin/mysql --user=... --host=... -p .." Add