91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

mysql查詢日志的命令

發布時間:2021-09-16 16:37:44 來源:億速云 閱讀:207 作者:chen 欄目:MySQL數據庫

這篇文章主要介紹“mysql查詢日志的命令”,在日常操作中,相信很多人在mysql查詢日志的命令問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”mysql查詢日志的命令”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!

mysql查詢日志是用來記錄用戶登錄數據庫、記錄用戶在數據庫操作的日志。類似oracle的審計功能,但是出于線上數據庫頻繁的操作,會產生大量的IO和磁盤空間的壓力,mysql是默認關閉的。但是有時候出于安全的考慮需要開啟,這就要在安全和效率之間權衡了。
mysql> show global variables like '%general_log%';
+------------------+----------------------------------------+
| Variable_name    | Value                                  |
+------------------+----------------------------------------+
| general_log      | OFF                                     |                        --關閉狀態
| general_log_file | /data/DB/mysql/trcloud-gtt-test-db.log |            --查詢日志名稱
+------------------+----------------------------------------+
2 rows in set (0.00 sec)

mysql>set global general_log=on;
mysql> show global variables like '%general_log%';
+------------------+----------------------------------------+
| Variable_name    | Value                                  |
+------------------+----------------------------------------+
| general_log      | ON                                    |                          --開啟狀態
| general_log_file | /data/DB/mysql/trcloud-gtt-test-db.log |            --查詢日志名稱
+------------------+----------------------------------------+

現在來看看這些查詢日志都有哪些信息
登錄數據庫進行一番操作
[root@trcloud-wujian-test01 mysql]# mysql -P3306 -h272.30.249.154 -uroot -p
Enter password: 
ERROR 1045 (28000): Access denied for user 'root'@'172.30.248.18' (using password: YES)    --- 登錄失敗
[root@trcloud-wujian-test01 mysql]# mysql -P3306 -h272.30.249.154 -uroot -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 191
Server version: 5.6.27-76.0-log Percona Server (GPL), Release 76.0, Revision 5498987
Copyright (c) 2009-2015 Percona LLC and/or its affiliates
Copyright (c) 2000, 2015, 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> use test;                                                                                                               -- 選擇數據庫
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> select * from emp;                                                                                                 --查詢
+------+------+
| id   | name |
+------+------+
|    1 | jx   |
+------+------+
1 row in set (0.00 sec)
mysql> drop table emp;                                                                                                     -- 刪除
Query OK, 0 rows affected (0.04 sec)
mysql> ^CCtrl-C -- exit!                                                                                                      --退出
Aborted
[root@trcloud-wujian-test01 mysql]
打開查詢日志
[root@trcloud-gtt-test-db mysql]# tail -50f trcloud-gtt-test-db.log
160412 14:18:45   190 Connect   root@172.30.248.18 on                                                     --從哪個IP用什么用戶登錄失敗記錄
                  190 Connect   Access denied for user 'root'@'172.30.248.18' (using password: YES)
160412 14:19:12   191 Connect   root@172.30.248.18 on                                                     --記錄從哪個IP哪個用戶何時登錄,191是一個session的唯一表示,同一個session這個數字是一致的
                  191 Query     select @@version_comment limit 1
160412 14:19:24   191 Query     SELECT DATABASE()                                                          
                  191 Init DB   test
                  191 Query     show databases
                  191 Query     show tables
                  191 Field List        emp 
160412 14:19:33   191 Query     select * from emp                                                               --查詢操作
160412 14:19:40   191 Query     drop table emp                                                                   --刪除操作
160412 14:20:18   191 Quit                                                                                               --退出session

到此,關于“mysql查詢日志的命令”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

明光市| 运城市| 唐海县| 张掖市| 青田县| 乌兰浩特市| 红原县| 马山县| 黄冈市| 临江市| 洛南县| 延津县| 鸡东县| 板桥市| 淮阳县| 辛集市| 雷波县| 海城市| 丘北县| 包头市| 庐江县| 重庆市| 靖州| 喀喇沁旗| 黄浦区| 寿光市| 丹寨县| 比如县| 澜沧| 芷江| 视频| 昌江| 临桂县| 崇信县| 尉犁县| 疏附县| 临高县| 无锡市| 祁连县| 辽中县| 昌都县|