Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6998485
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:25:02+00:00 2026-05-27T20:25:02+00:00

Typing the mysql –version command in a Linux shell, I got the following: mysql

  • 0

Typing the

mysql --version

command in a Linux shell, I got the following:

mysql  Ver 14.12 Distrib 5.0.77, for redhat-linux-gnu (i686) using readline 5.1

The number 5.0.77 obviously refers to the known version number of MySQL. What does 14.12 mean?

Is this documented/explained anywhere?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T20:25:03+00:00Added an answer on May 27, 2026 at 8:25 pm

    Ver refers to the version of the mysql command line client – what you are envoking by typing ‘mysql’
    Distrib refers to the mysql server version your client was built with. This is not to be confused with the mysql server you are connected to, which can be obtained with SELECT VERSION();

    The mysql client (what you are evoking) is distributed with the server, and, AFAIK, there is no easy way to build it on it’s own.

    I can’t find any documentation for this either, so the source is the only ‘source’ of documentation.

    First stop: client/mysql.cc: the mysql client.

        static void usage(int version)
        {
        ...
        printf("%s  Ver %s Distrib %s, for %s (%s) using %s %s\n",
                 my_progname, VER, MYSQL_SERVER_VERSION, SYSTEM_TYPE, MACHINE_TYPE,
                 readline, rl_library_version);
    

    As you see, it uses the constants VER for “14.12” and MYSQL_SERVER_VERSION for “5.0.77”

    Where are these constants defined?, is the question.

    VER is defined near the top (line 51 in my source) of client/mysql.cc as a constant at run time.

    const char *VER= "14.14"; 
    

    And I would assume, updated by hand or by a checkin process. This is very likely the version of the ‘client’ because it’s right there in the client code.

    MYSQL_SERVER_VERSION is defined in include/mysql_version.h (line 12) which is used for both the client and server (mysql / mysqld)

    #define MYSQL_SERVER_VERSION            "5.1.56"
    

    (it’s actually set in the configure script and substituted in at configure time)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently using the following two command to generate client statements populated from mysql
Suppose you're typing a command line query into a MySQL database and you need
Typing in programs longer than 50 characters got old really fast on my HP49g+.
How can you search a partial string when typing (not to use MySQL) like
I am just getting started with shell scripts to save me typing in the
How to backup the mysql binary files? When executing this in the command line
I'm working with a table in MySQL that contains the following columns: id, january,
I have MySQL table with the following structure: +---------+--------------+------+-----+---------+----------------+ | Field | Type |
i created a simple search engine that displays mysql database results using the php
I'm using the MySQL Query Browser (part of the MySQL GUI Tools ) and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.