How to retrieve the current version of a MySQL database?


SELECT VERSION();
 RESULT:
SHOW VARIABLES LIKE "%version%";
RESULT:

Post a Comment

0 Comments