RE: [NEWBIE]Can't run mysql client

2002-01-29 Thread Rick Emery
mysql must be in your PATH. Is it? -Original Message- From: Egor Egorov [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 8:30 AM To: [EMAIL PROTECTED] Subject: [NEWBIE]Can't run mysql client Stephane, Monday, January 28, 2002, 1:29:40 PM, you wrote: SP> I'

[NEWBIE]Can't run mysql client

2002-01-29 Thread Egor Egorov
Stephane, Monday, January 28, 2002, 1:29:40 PM, you wrote: SP> I've installed mysql 3.23.47 (Binaries) on a Linux RedHat 7.0 box. SP> Everything seems to be OK (the server runs) but I cannot connect to it using SP> mysql client: SP> When I enter "mysql -u etc..." SP> I've got a "bash: mysql: c

Re: [NEWBIE]Can't run mysql client

2002-01-28 Thread admin
Hi. Seems the paths are missing so try running locate mysql or find -name mysql from basedirectory. /PM\ Stephane Pinel wrote: > > I've installed mysql 3.23.47 (Binaries) on a Linux RedHat 7.0 box. > > Everything seems to be OK (the server runs) but I cannot connect to it using > mysql client

Re: [NEWBIE]Can't run mysql client

2002-01-28 Thread Duncan Hill
On Mon, 28 Jan 2002, Stephane Pinel wrote: > When I enter "mysql -u etc..." > I've got a "bash: mysql: command not found" which mysql Probably isn't in your path. Either call with full path, or put its dir in your path. - Be

[NEWBIE]Can't run mysql client

2002-01-28 Thread Stephane Pinel
I've installed mysql 3.23.47 (Binaries) on a Linux RedHat 7.0 box. Everything seems to be OK (the server runs) but I cannot connect to it using mysql client: When I enter "mysql -u etc..." I've got a "bash: mysql: command not found" Any idea ? Thanks -- Stéphan