Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

OGG operation and maintenance optimization script (11)-query maintenance class-operation selection

2025-04-27 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

File: ggedit

Path: $HOME/ggscript

Function: this script is used to choose to use other scripts

Initialize the .profile and .bash _ profile files through alias aliases and use them as edit instructions

#! / bin/bashecho "Select an action you want to perform" select ch in "addtable"addtrandata", "annotate", "reannotate", "search"skiptrans"exit" docase $ch in "addtable") cd $HOME/ggscript/gginsert exec. / insert.sh;; "addtrandata") cd $HOME/ggscript/gginsert exec. / addtrandata.sh;; "skiptrans") cd $HOME/ggscript/ggtrandata exec. / skiptrans.sh "annotate") cd $HOME/ggscript/ggcomment exec. / comment.sh;; "reannotate") cd $HOME/ggscript/ggcomment exec. / recomment.sh;; "search") cd $HOME/ggscript/ggsearch exec. / search.sh;; "exit") echo "process complete" break; *) echo "Please select your choice:" 1.addtable "2.addtrandata"3.annotate"4.reannotate"5.search"6.skiptrans"7.exit";; esacdone

Demo example

$edit

Select an action you want to perform

1) addtable-Select batch add table script

2) addtrandata--- chooses to add additional log script

3) annotate-Select batch comment script

4) reannotate-Select batch uncomment script

5) search-Select a batch search script

6) skiptrans-Select long transaction to skip script

7) exit-exit

#?

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report