Question

How to check the mySQL version?


Annonce
Ad

Answer

The following SQL command prints the current version:
SHOW VARIABLES LIKE "%version%";


[source]
# ID Query