MYSQL is a open source database and which is used in many small and large scale applications. Below query is used to check the version of mysql database.

SELECT VERSION();

Result will be as like below.

mysql-version-query