Did I mess up MySQL?

2004-02-24 Thread Database Administrator
I had MySQL 3.23.52-3 installed on RH Linux 8.0 (default
that comes with it). I decied to install 4.0 and used
this command to install it:

rpm -Uvh --nodeps MySQL-server-4.0.18-0.i386.rpm

I didn't see any obvious errors thereafter. After rebooting
noticed that looks like the mysql daemon is running:

$ ps -ef|grep mysql
root  1620 1  0 15:52 pts/000:00:00 /bin/sh 
/usr/bin/mysqld_safe --d
mysql 1655  1620  0 15:52 pts/000:00:00 /usr/sbin/mysqld 
--basedir=/ --d

However the file /usr/bin/mysql no longer exists so 
how do I actually get a command line interface to
MySQL? Or is there something else I need to install that
I have neglected? Or am I just hosed? :)

Thanks,

lk
www.theNewAgeSite.com



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Did I mess up MySQL?

2004-02-24 Thread Database Administrator
On Tue, 24 Feb 2004, Paul DuBois wrote:
 
 There are different RPMs containing different parts of the installation.
 You just need to install the client RPM and you should be fine.

Thanks! (Dooh! :)

lk



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]