How to determine MySQL version

Posted in Articles

Tweet This Share on Facebook Bookmark on Delicious Digg this Submit to Reddit

Running the SQL command …

select version();

will return the MySQL version of the database.

If you have phpMyAdmin, you can type it into the SQL command window…

sql version

sql version

And it will return something like …

version result