search

Home  >  Q&A  >  body text

phpstudy, how to check my MySQL version

phpstudy, how to check my MySQL version

哆啦尊比哆啦尊比2583 days ago1542

reply all(2)I'll reply

  • 寻觅 beyond

    寻觅 beyond2017-11-05 21:42:12

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

    select @@VERSION;


    reply
    0
  • 路过

    路过2017-11-03 22:00:00

    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)

    reply
    0
  • Cancelreply