Get MySQL Version
If you want to get the version of your MySQL server, a very quick way is to use this SQL statement:
SELECT VERSION();
If you want to get the version of your MySQL server, a very quick way is to use this SQL statement:
SELECT VERSION();