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:
- 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 - Type this MySQL command:
mysql -V
or
mysql --version - 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:
- 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.
- or type this MySQL server command:
mysqld -V
or
mysqld --version - 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
- How To Check PHP Version
- PHP Requirements
- Topic About PHP
- The MySQLi Extension Function Summary 1
- PHP MySql Function List
- Topic About MySQL
- JDBC Class For Name
- Java Version Notes 1
- How To Check Your Java Version
- Topic about Java
- Lima Tipe Data Dasar Bahasa C
- Pengenalan Bahasa Pemrograman C++
- Compile and run C/C++ code using Notepad++
- Topik tentang C++
- Visual Studio Dot Net And SQL Server Version Compatibility
- Dot Net Framework Version 1
- How To Check Your Python Version
- Topic about Python
- Eclipse Version
- Post Belajar Database Dan SQL Di Website Ini
- How to know Microsoft Access Database File Version
- Study About Microsoft Office 1
Tidak ada komentar:
Posting Komentar