Find Mysql Version on Windows
To find the version of MYSql you are using on a windows machine (i assume it is the same on a linux box) Open up a command prompt type the following : mysql -u root -p
You will then be prompted for your mysql password.
Now type: status

