What command returns the current version of a MySQL database?
Use mysql -V works fine for me on Ubuntu.
mysql -V
MySQL Server version
shell> mysqld --version
MySQL Client version
shell> mysql --version shell> mysql -V