What command returns the current version of a MySQL database?
For Mac,
login to mysql server.
execute the following command:
SHOW VARIABLES LIKE "%version%";