Unix Technical Forum

How to find out the current version of the MySQL installation ?

This is a discussion on How to find out the current version of the MySQL installation ? within the MySQL forums, part of the Database Server Software category; --> How to find out (from the command line under Linux) the current version of the MySQL installation ? Or ...


Go Back   Unix Technical Forum > Database Server Software > MySQL

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-28-2008, 10:27 AM
Werner Sammer
 
Posts: n/a
Default How to find out the current version of the MySQL installation ?

How to find out (from the command line under Linux)
the current version of the MySQL installation ?

Or is there a config file which contains the version number ?

Werner

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-28-2008, 10:27 AM
Johan
 
Posts: n/a
Default Re: How to find out the current version of the MySQL installation ?

Werner Sammer <wersam@yahoo.de> wrote:

> How to find out (from the command line under Linux)
> the current version of the MySQL installation ?
> Or is there a config file which contains the version number ?
> Werner

Command line: mysql --version
Regards,
Johan
--
_____________________________________
Ing. Johan van Oostrum
chaos geordend - www.chaosgeordend.nl
_____________________________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-28-2008, 10:27 AM
Mikhail Oleynik
 
Posts: n/a
Default Re: How to find out the current version of the MySQL installation ?

> Command line: mysql --version
This will give you version of client libraries.

Run this command line to obtain server version: mysql -u <username> -p
-h <hostname> -e "select version()"

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:11 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com