怎么查看mysql版本的四种方法

如何查看mysql版本的四种方法

1:在终端下:mysql -V。 以下是代码片段:

[shengting@login ~]$ mysql -V

mysql Ver 14.7 Distrib 4.1.10a, for redhat-linux-gnu (i686)

2:在mysql中:mysql> status;

以下是代码片段:

mysql> status;

————–

mysql Ver 14.7 Distrib 4.1.10a, for redhat-linux-gnu (i686)

Connection id: 416

SSL:Not in use

Current pager: stdout

Using outfile: ”

Using delimiter:;

Server version: 3.23.56-log

Protocol version: 10

<p style="padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; border:0px; font-size:14.399999618530273px; line-height:28px; font-family:Verdana,lucida,'lucid

怎么查看mysql版本的四种方法

相关文章:

你感兴趣的文章:

标签云: