Linux底下查看Mysql版本
Temperature: 0 °C
在OS底下
[root@localhost ~]# mysql -V
在Mysql底下
mysql> status;
mysql> select version();
mysql> show variables like "%version%";
以上紀錄~
https://innstory.com/story-Linux底下查看Mysql版本-2613
Mysql