| 
 Hmmm... I'm not using RH, but perhapsrpm -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.
 |