查詢方法:
創(chuàng)新互聯(lián)專注于克拉瑪依網(wǎng)站建設(shè)服務及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗。 熱誠為您提供克拉瑪依營銷型網(wǎng)站建設(shè),克拉瑪依網(wǎng)站制作、克拉瑪依網(wǎng)頁設(shè)計、克拉瑪依網(wǎng)站官網(wǎng)定制、成都微信小程序服務,打造克拉瑪依網(wǎng)絡公司原創(chuàng)品牌,更為您提供克拉瑪依網(wǎng)站排名全網(wǎng)營銷落地服務。1、命令行登錄mysql,在輸出的信息中獲取版本號;
2、利用navicat連接mysql,右鍵選擇“詳細信息”,在彈窗中查看版本號信息;
3、執(zhí)行“select version();”語句來查詢;
4、執(zhí)行“status”語句來查詢。
本教程操作環(huán)境:linux5.9.8系統(tǒng)、mysql 5.7.17版本、Dell G3電腦。
查看mysql的版本號1、在命令行登錄mysql,即可看到mysql的版本號
[root@heyong ~]# mysql -uroot -pEnter 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 itsaffiliates. Other names may be trademarks of their respectiveowners.Type 'help;' or '\\h' for help. Type '\\c' to clear the current input statement.mysql>2、利用navicat連接mysql的客戶端工具可以查看
連接之后右鍵——詳細信息
3、利用mysql命令查看
mysql> select version();+-----------+| version() |+-----------+| 5.7.17 |+-----------+1 row in set (0.01 sec)mysql>4
4、在命令行使用status查看
mysql> status--------------mysql Ver 14.14 Distrib 5.7.17, for linux-glibc2.5 (x86_64) using EditLine wrapperConnection id: 488398Current database: Current user: root@localhostSSL: Not in useCurrent pager: stdoutUsing outfile: ''Using delimiter: ;Server version: 5.7.17 MySQL Community Server (GPL)Protocol version: 10Connection: Localhost via UNIX socketServer characterset: utf8Db characterset: utf8Client characterset: utf8Conn. characterset: utf8UNIX socket: /tmp/mysql.sockUptime: 5 days 10 hours 5 min 40 secThreads: 154 Questions: 15051829 Slow queries: 0 Opens: 37599 Flush tables: 11 Open tables: 1563 Queries per second avg: 32.138--------------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【相關(guān)推薦:mysql視頻教程】
當前題目:怎么查詢mysql的版本號
當前鏈接:http://www.rwnh.cn/article24/cpoice.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站導航、外貿(mào)網(wǎng)站建設(shè)、虛擬主機、微信小程序、定制網(wǎng)站、商城網(wǎng)站
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)