Search In This Website

Rabu, 26 Juni 2024

How To Check MySQL Version

How To Check MySQL Client Program Version Using The Command Line (Windows, Linux And MacOS)

To check MySQL client program version using the command line (Windows, Linux and MacOS), follow this steps:
  1. Open your Microsoft Windows Command Line / Microsoft Windows Command Prompt / Linux or Apple MacOS Terminal / Linux or Apple MacOS Shell / Linux or Apple MacOS Console / Linux or Apple MacOS Command Line.
    To learn how to open Microsoft Windows Command Prompt, click
    How To Launch Command Prompt
    or
    How To Launch Command Prompt In Windows 8
  2. Type this MySQL command:
    mysql -V
    or 
    mysql --version
  3. then press Enter on keyboard.

Output


The mysql -V (the uppercase V) command works on Linux, MacOS, Windows, and other supported systems. 

    How To Check MySQL Server Program Version Using The Command Line (Windows, Linux And MacOS)

    To check MySQL server program version using the command line (Windows, Linux and MacOS), follow this steps:
      1. Open your Microsoft Windows Command Line / Microsoft Windows Command Prompt / Linux or Apple MacOS Terminal / Linux or Apple MacOS Shell / Linux or Appple MacOS Console / Linux or Apple MacOS Command Line.
      2. or type this MySQL server command:
        mysqld -V
        or 
        mysqld --version
      3. then press Enter on keyboard.
      The mysqld -V (the uppercase V) command works on Linux, MacOS, Windows, and other supported systems. 

        Output


        Notes

        • Its output contains  the major version number, build date, and an optional suffix release copyright information of MySQL server program or the  major version number, build date of MySQL client program. The output may different in the different version.
        • For best practices and production purpose use the General Availability (GA) release because stable versions and are safe and reliably.

        Bibliography

        https://www.scalahosting.com/
        https://www.devart.com/
        https://dev.mysql.com/ ( manual ebook )

        Related Post


        Tidak ada komentar:

        Posting Komentar