MySQL Forums
Forum List  »  Newbie

What version of MySQL do I have?
Posted by: Rick Silva
Date: July 10, 2005 08:41PM

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)

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

The first way says 5.0.3. The second says 4.0.21. I need a tiebreaker. ;-)

Options: ReplyQuote


Subject
Written By
Posted
What version of MySQL do I have?
July 10, 2005 08:41PM


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.