How to retrieve the current version of a MySQL database management system (DBMS)?

后端 未结 20 2395
忘掉有多难
忘掉有多难 2020-11-28 18:06

What command returns the current version of a MySQL database?

20条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-28 18:35

    In windows ,open Command Prompt and type MySQL -V or MySQL --version. If you use Linux get terminal and type MySQL -v

提交回复
热议问题