What\'s the query syntax to determine the exact version number of the MySQL server software?
You can use SHOW VARIABLES:
SHOW VARIABLES WHERE Variable_name = 'version';