[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Checking for dual MySQL installation?
- Subject: Re: [cobalt-users] Checking for dual MySQL installation?
- From: Anders <andersb@xxxxxxxxxxx>
- Date: Thu Jun 12 02:30:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
René Mølsted wrote:
> How do i check for dual MySQL installation?
rpm -qa | grep -i mysql
Look especially for "MySQL" vs. "MySQL-Max",
"mysql" vs. "MySQL-server" and "MySQL-shared".
I'm assuming you mean a "dual" installation of
both MySQL 3.23 and MySQL 4.0, for instance ?
--anders