At 15:37 -0600 2/24/04, Database Administrator wrote:
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/0    00:00:00 /bin/sh
/usr/bin/mysqld_safe --d
mysql     1655  1620  0 15:52 pts/0    00: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? :)

There are different RPMs containing different parts of the installation. You just need to install the client RPM and you should be fine.


-- Paul DuBois, MySQL Documentation Team Madison, Wisconsin, USA MySQL AB, www.mysql.com

MySQL Users Conference: April 14-16, 2004
http://www.mysql.com/uc2004/

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



Reply via email to