MySQL Forums
Forum List  »  Newbie

Re: What version of MySQL do I have?
Posted by: Felix Geerinckx
Date: July 13, 2005 06:55AM

Rick Silva wrote:

> There seem to be two ways to determine which version of MySQL you have:
>
> C:\>mysql -V
> mysql Ver 14.9 Distrib 5.0.3-beta, for Win32 (ia32)

This is the version of the mysql command line client

> mysql> show variables like 'version';
> +---------------+-----------+
> | Variable_name | Value |
> +---------------+-----------+
> | version | 4.0.21-nt |
> +---------------+-----------+

This is the version of the MySQL server you are connected to.

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Written By
Posted
Re: What version of MySQL do I have?
July 13, 2005 06:55AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.