Search This Blog

Thursday, October 6, 2016

Find out which mySql version you are using without using the command line

Most posts will tell you to run something in the mysql command line, but in case you do not have it installed, like me (I have only an sql editor installed), function VERSION can give you that from the Sql Editor you are using:

Simply run  a SELECT VERSION()

No comments:

Post a Comment