Muzi Nkosi wrote:

> > when I run: rpm -qa | grep MySql

    Wrong, the RPM is called MySQL, not MySql.  Case matters.  An easier solution 
would be to tell grep to ignore case:

    [root@serpico ~]# rpm -qa | grep -i mysql
    MySQL-client-3.23.52-1
    MySQL-shared-3.23.52-1
    MySQL-3.23.52-1
    MySQL-devel-3.23.52-1
    [root@serpico ~]#


--
H | "Life is the art of drawing without an eraser." - John Gardner
  +--------------------------------------------------------------------
  Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
  Director of Internet Operations / SysAdmin    .     800.441.3873 x130
  Photo Craft Laboratories, Inc.            .     3550 Arapahoe Ave, #6
  http://www.pcraft.com ..... .  .    .       Boulder, CO 80303, U.S.A.




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to