Rabu, 26 Juni 2024

How To Check MySQL Version

To check MySQL Version Using the Command Line (Windows, Linux and macOS)
  1. Open your Microsoft Windows Command Line / Microsoft Windows Command Prompt / Linux or macOS Terminal / Linux or macOS Shell / Linux or macOS Console / Linux or macOS Command Line.
  2. Type this MySQL command:
    mysql -V
  3. then press Enter on keyboard.
The mysql -V (the uppercase V) command works on Linux, macOS, Windows, and other supported systems. 
  1. Open your Microsoft Windows Command Line / Microsoft Windows Command Prompt / Linux or macOS Terminal / Linux or macOS Shell / Linux or macOS Console / Linux or macOS Command Line.
  2. or type this MySQL command:
    mysql --version
  3. then press Enter on keyboard.
Its output contains the MySQL the major version number, build date, and an optional suffix release copyright information.

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/

Related Post


Tidak ada komentar:

Posting Komentar

Various Other Posts