phpstudy, how to check my MySQL version
哆啦尊比
哆啦尊比 2017-11-03 21:25:37
0
2
1530

phpstudy, how to check my MySQL version

哆啦尊比
哆啦尊比

reply all(2)
寻觅 beyond

You can also use mysql’s built-in system variables

select @@VERSION;


路过

First mysql is running,

  1. Open phpstudy

  2. Select "Other Options Menu"

  3. mysql tool --> mysql command line

  4. After entering your mysql password, enter "selecet version();" to see your mysql version

    (don’t miss the semicolon)

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template