On Mon, 2004-10-11 at 14:52, Ferguson, Michael wrote: > Thanks. > rpm -a | grep mysql > rpm -l | grep mysql > rpm -f | grep mysql > rpm -g | grep mysql > rpm -p | grep mysql > > All returned nothing, so I am concluding that MySQL is not installed. There's a "q" missing, and better do a case-insensitive grep: rpm -qa | grep -i mysql
> Can you please help me out with steps on how to download and install > MySQL. > Is this by rpm's or gz? You can probably install it with redhat's update tools, which is likely to be the easiest thing (I'm not using RedHat, so I can't tell you exactly how this would work). If you'd rather use the rpms provided by MySQL AB, take a look at the docs here: http://dev.mysql.com/doc/mysql/en/Installing.html -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]