- Timestamp:
- 03/29/19 14:53:52 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/DataCheck/InfoForMWL.sh
r18701 r19471 9 9 source `dirname $0`/../Sourcefile.sh 10 10 printprocesslog "INFO starting $0 $1" 11 12 # getting db info for query13 getdbsetup14 11 15 12 function get_table() … … 36 33 printprocesslog "DEBUG sendquery QUERY: "$query 37 34 # sendquery can't be used as it writes everything into a variable 38 mysql $sqlpwfile -s -u $us $pw --host=$ho $db-s -e " $query " > $file35 mysql --defaults-file=$sqlrc -s -e " $query " > $file 39 36 } 40 37
Note:
See TracChangeset
for help on using the changeset viewer.