怎么查詢mysql的版本號

查詢方法:1、命令行登錄mysql,在輸出的信息中獲取版本號;2、利用navicat連接mysql,右鍵選擇“詳細信息”,在彈窗中查看版本號信息;3、執行“select version();”語句來查詢;4、執行“status”語句來查詢。

怎么查詢mysql的版本號

本教程操作環境:linux5.9.8系統、mysql 5.7.17版本、Dell G3電腦。

查看mysql的版本號

1、在命令行登錄mysql,即可看到mysql的版本號

[root@heyong?~]#?mysql?-uroot?-p Enter?password:? Welcome?to?the?MySQL?monitor.??Commands?end?with?;?or?g. Your?MySQL?connection?id?is?487032Server?version:?5.7.17?MySQL?Community?Server?(GPL)  Copyright?(c)?2000,?2016,?Oracle?and/or?its?affiliates.?All?rights?reserved.  Oracle?is?a?registered?trademark?of?Oracle?Corporation?and/or?its affiliates.?Other?names?may?be?trademarks?of?their?respective owners.  Type?'help;'?or?'h'?for?help.?Type?'c'?to?clear?the?current?input?statement.  mysql>

怎么查詢mysql的版本號

2、利用navicat連接mysql的客戶端工具可以查看

?連接之后右鍵——詳細信息

?怎么查詢mysql的版本號

3、利用mysql命令查看

mysql>?select?version(); +-----------+ |?version()?| +-----------+ |?5.7.17????| +-----------+ 1?row?in?set?(0.01?sec)  mysql>

怎么查詢mysql的版本號4

4、在命令行使用status查看

mysql>?status -------------- mysql??Ver?14.14?Distrib?5.7.17,?for?linux-glibc2.5?(x86_64)?using??EditLine?wrapper  Connection?id:????????488398 Current?database:???? Current?user:????????root@localhost SSL:????????????Not?in?use Current?pager:????????stdout Using?outfile:????????'' Using?delimiter:????; Server?version:????????5.7.17?MySQL?Community?Server?(GPL) Protocol?version:????10 Connection:????????Localhost?via?UNIX?socket Server?characterset:????utf8 Db?????characterset:????utf8 Client?characterset:????utf8 Conn.??characterset:????utf8 UNIX?socket:????????/tmp/mysql.sock Uptime:????????????5?days?10?hours?5?min?40?sec  Threads:?154??Questions:?15051829??Slow?queries:?0??Opens:?37599??Flush?tables:?11??Open?tables:?1563??Queries?per?second?avg:?32.138 --------------  mysql>

怎么查詢mysql的版本號

5、使用mysql –help | grep Distrib查看

[root@heyong?tools]#?mysql?--help?|?grep?Distrib? mysql?Ver?14.14?Distrib?5.7.17,?for?linux-glibc2.5?(x86_64)?using?EditLine?wrapper

怎么查詢mysql的版本號

【相關推薦:mysql視頻教程

以上就是怎么查詢

? 版權聲明
THE END
喜歡就支持一下吧
點贊11 分享