MYSQL Questions and Answers How to get current MySQL version?SELECT VERSION (); is used to get the current version of MySQL.