You can use rpm --help to find out how to list all rpm packages that are installed, then when you find out the flag to list them, then do --
rpm -(the flag you found) | grep mysql OR if you want to find out if mysql process is running or not then do -- ps -efaux | grep mysql -----Original Message----- From: Ferguson, Michael [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 9:13 AM To: [EMAIL PROTECTED] Subject: MySQL on RedHat ES 3.0 G'Day All, I successfully installed RedHat ES 3.0 and would like to get MySQL installed on it. After reading the online manual at dev.mysql.com/doc/mysql/en/Installation_layouts.html I am still a bit unsure of my next move. Can some please help me out with directions on how to check the system to verify whether or not MySQL is installed, and how to download and install MySQL on this server. Many thanks and best wishes. Ferg. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]