RE: Still not getting a mysql prompt

2002-11-01 Thread Black, Kelly W [PCS]
Okay killall -HUP then -Original Message- From: Mark [mailto:admin@;asarian-host.net] Sent: Thursday, October 31, 2002 6:45 PM To: Black, Kelly W [PCS]; 'CM Miller'; [EMAIL PROTECTED] Subject: Re: Still not getting a mysql prompt - Original Message - From: "Blac

RE: Still not getting a mysql prompt

2002-10-31 Thread Daevid Vincent
Um, kindof an obvious question, but did you install the mySQL CLIENT as well as the server? They are separate .rpm files or binaries or whatever you use. DÆVID. "A good friend will come and bail you out of jail...but a true friend will be sitting next to you in the holding cell, laughing and sayi

Re: Still not getting a mysql prompt

2002-10-31 Thread Mark
- Original Message - From: "Black, Kelly W [PCS]" <[EMAIL PROTECTED]> To: "'CM Miller'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 3:16 AM Subject: RE: Still not getting a mysql prompt > In order to pe

RE: Still not getting a mysql prompt

2002-10-31 Thread Jennifer Goodie
'command not found' means that the server cannot find the application. Either alias it or add /usr/local/MySQL/mysql-3.23.52-pc-linux-gnu-i686/bin/ to your path or try cding to /usr/local/MySQL/mysql-3.23.52-pc-linux-gnu-i686/bin/ and then running it or just type the entire path at your prompt. th

RE: Still not getting a mysql prompt

2002-10-31 Thread Black, Kelly W [PCS]
Make sure you are logging in as indicated in the docs. Something along these lines (from local host) shell> mysql -u username -p hostname databasename if hostname (being your hosts domain name) doesn't work try "localhost" It may be possible that mysql needs to be owned over to a user id on th