adjust build dir

This commit is contained in:
2024-10-19 16:29:21 +08:00
parent 0417696884
commit 88b1ac4a7c
3935 changed files with 76 additions and 36 deletions

11
extra/tools/monitor.sh Normal file
View 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_