That will give you version of mysql client you're running,
For version of mysql server, after successful connection to mysql, use
status command.
mysql> status

Or

telnet to port 3306 of server running mysql
C:\>telnet  192.168.1.2  3306
you'll see few garbage and mysql version number in there too.

Me

----- Original Message ----- 
From: "Steven Kreuzer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Mysql" <[EMAIL PROTECTED]>
Sent: Saturday, May 31, 2003 10:32 PM
Subject: Re: Find out what version I am using?


> $ mysql --version
>
> On Sat, 2003-05-31 at 22:21, Robert Mark Bram wrote:
> > Howdy all!
> >
> > How do I find out what version of mysql I am running from the command
line?
> >
> > Is there a type of system select statement I can execute?
> >
> > Rob
> > :)
> > :->
> > :-}
> >
> > -- 
> > MySQL General Mailing List
> > For list archives: http://lists.mysql.com/mysql
> > To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
> >
>
>
>
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
>


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to