View Single Post
  #12  
Old 09-20-2002, 12:18 PM
flipper
Sarnak
 
Join Date: Jan 2002
Location: California
Posts: 94
Default

Hmmm... I'm not using RH, but perhaps
rpm -qa | grep 'SQL'
would work? If you installed via rpms then that command will show it. If it shows nothing, then grab em off your CDROM and install them with
rpm -Uvh mysql-3.x-foo.rom
and
rpm -Uvh mysql-devel-3.x.foo.rpm

Other than that, you'll have to rely on the experts here.
Reply With Quote