[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: mysql on redhat 6.1
- To: Linux Users Group Delhi <linux-delhi@xxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: mysql on redhat 6.1
- From: Sandip Bhattacharya <sandipb@xxxxxxxxxxx>
- Date: Sun, 28 Jan 2001 21:13:25 +0530
- In-reply-to: <547B61E9.79E63EAB@yahoo.com>; from apenguinhead@yahoo.com on Sun, Nov 30, 2014 at 11:58:57PM +0530
- Mail-followup-to: Linux Users Group Delhi <linux-delhi@xxxxxxxxxxxxxxxxxxxxx>
- References: <000f01c059a7$47ccf9c0$8d0c67ce@cgi.co.in> <547B61E9.79E63EAB@yahoo.com>
- User-agent: Mutt/1.2.5i
Pankaj is right. mysql-server and mysql(containing the client
apps/libs) are different packages.
See if you have both the RPMs installed. Try this:
$ rpm -qa | grep -i mysql
You should see at least two packages - MySql and MySql-server. You
might also have MySql-devel.
BTW, the command is mysqladmin and not mysql_admin. Try it again and
see - you might have mistyped it the first time around.
Regards,
Sandip
--
-------------------------------------
Sandip Bhattacharya
sandipb @ bigfoot.com
http://www.sandipb.net
-------------------------------------
On Sun, Nov 30, 2014 at 11:58:57PM +0530, Pankaj Kaushal merrily said:
> > When I tried installing mysql in redhat 6.1 I got mysql_admin :command
> i belive mysql client and mysql server are two diff rpm/deb/tar
> packages because of the lisences issues so maybe you've just not
> installed
> the server .