What command returns the current version of a MySQL database?
In windows ,open Command Prompt and type MySQL -V or MySQL --version. If you use Linux get terminal and type MySQL -v
MySQL -V
MySQL --version
MySQL -v