phpstudy, how to check my MySQL version
You can also use mysql’s built-in system variables
select @@VERSION;
First mysql is running,
Open phpstudy
Select "Other Options Menu"
mysql tool --> mysql command line
After entering your mysql password, enter "selecet version();" to see your mysql version
(don’t miss the semicolon)
You can also use mysql’s built-in system variables
First mysql is running,
Open phpstudy
Select "Other Options Menu"
mysql tool --> mysql command line
After entering your mysql password, enter "selecet version();" to see your mysql version
(don’t miss the semicolon)