mysql 實用工具集

2021-08-25 06:17:14 字數 858 閱讀 4123

這些工具都是從網上蒐集來的,對mysql的管理,調優和恢復有很大便利。如果能善用這些工具的話,可以說你可以讓你的db server發揮最大的功效。

mysqlreport - make easy-to-read mysql status reports.

mysqlsla - ******, lightweight mysql log parsing.

mysqlidxchx - checks tables for unused indexes.

mysqlsniffer - mysql protocol sniffer.

maatkit (mk)

maatkit is a collection of 20+ scripts originally created by baron schwartz. these scripts include mk-table-sync, mk-query-digest, mk-archiver, mk-heart, etc.

others

these scripts are created/maintained by various people/projects。

innotop - a 'top' clone for mysql.

innodb-tools - data recovery toolkit for innodb.

mmm - monitoring/failover and management of mysql master-master replication configurations

kontrollkit - a collection of scripts to simplify daily mysql dba responsibilities.

Windows系統實用工具集

監視類 cpumon v2.0 cpu效能監視工具。可以獲取cpu計數器資訊。該版本整合了perfmon。debugview v4.31 擷取win32裝置驅動程式發出的訊息,允許通過本機或網路檢視和錄製除錯資訊而不開啟乙個活動的偵錯程式。diskmon v2.01 顯示硬碟的活動資訊。filemo...

linux實用工具

基本實用工具 ls 顯示檔名 list cat 顯示文字檔案內容 rm i 刪除檔案 remove i開啟選項 less more 分屏顯示檔案 hostname 顯示系統名 檔案操作 cp sourcefile destinationfile 複製檔案copy mv oldname newname...

Linux實用工具

特殊字元 轉義字元可以用 括起來,也可以在前面加上 基礎的一些命令 列出檔名 ls 顯示檔案文字內容 cat 刪除檔案 rm 顯示系統名 hostname 複製檔案 cp 更改檔名 mv 列印檔案 lpr 查詢字串 grep 顯示頭,尾檔案 head,tail 按順序顯示檔案內容 sort 刪除檔案...