寻觅 beyond2017-11-05 21:42:12
You can also use mysql’s built-in system variables
select @@VERSION;
路过2017-11-03 22:00:00
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)