[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Remove MySQL



on 2/24/00 12:42 PM, Mark Spieth at mspieth@xxxxxxxxxxxx wrote:

> rpm -qa |grep mySql
> 
> Then what ever it returns
> 
> rpm -e msSQLXXXX.rpm

I believe that will give you a package not found type error.

the syntax should be

rpm -e mySQLVERSIONINFO

The .rpm isn't part of the RPM name.

-k