我的MySQL服务器是哪个版本?
问题描述:
确定MySQL服务器软件的确切版本号的查询语法是什么?
What's the query syntax to determine the exact version number of the MySQL server software?
答
您可以使用 SHOW VARIABLES
:
You can use SHOW VARIABLES
:
SHOW VARIABLES WHERE Variable_name = 'version';