I want to know the version of MySQL Server where my website is hosted. Is there any query to check this?
You can check by runing this query
SHOW GLOBAL VARIABLES LIKE "VERSION";SELECT VERSION();