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

Re: [cobalt-users] Checking for dual MySQL installation?



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