2/19/2016

MySQL: Get Version number and Status of your installation

To see which version of MySQL database you are using, be logged into MySQL, and type:

SHOW VARIABLES LIKE "%version%";

To get the current status, just type:

STATUS;

No comments :

Post a Comment