Re: How to check which version of mysql is installed

2002-04-10 Thread Victoria Reznichenko
Jianping, Tuesday, April 09, 2002, 5:55:08 PM, you wrote: JZ> I have a redhat 7.1 server, I want to get rid of the installed mysql JZ> server. How can check which version is installed and how to get rid of it? You can indicate MySQL server version using SELECT VERSION() statement or run mysqld (

RE: How to check which version of mysql is installed

2002-04-09 Thread Juan Maunel
Hi, Try with SELECT VEERSION() from mysql client. - Original Message - From: Jianping Zhu <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 9:55 AM Subject: How to check which version of mysql is installed > > I have a