adjust build dir
This commit is contained in:
11
extra/tools/monitor.sh
Normal file
11
extra/tools/monitor.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
mysql_user=`/usr/local/mssBak/script/encryption 1 "6266706d736f7a7c7b6b7f7b7f"`
|
||||
mysql_pw=`/usr/local/mssBak/script/encryption 1 "2b3a392757557b697b7e7e757b777c"`
|
||||
|
||||
|
||||
/usr/bin/mysql -u$mysql_user -p$mysql_pw <<_EOF_
|
||||
show processlist;
|
||||
_EOF_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user