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

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

What command returns the current version of a MySQL database?

20条回答
  •  北海茫月
    2020-11-28 18:29

    For Mac,

    1. login to mysql server.

    2. execute the following command:

       SHOW VARIABLES LIKE "%version%";
      

提交回复
热议问题