Changeset 18695 for trunk


Ignore:
Timestamp:
12/18/16 23:46:44 (8 years ago)
Author:
Daniela Dorner
Message:
introduced usage of file for mysql pw to avoid warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/DataCheck/InfoForMWL.sh

    r18064 r18695  
    3636   printprocesslog "DEBUG sendquery QUERY: "$query
    3737   # sendquery can't be used as it writes everything into a variable
    38    mysql -s -u $us --password=$pw --host=$ho $db -e " $query " > $file
     38   mysql -s $pwfile -s -u $us $pw --host=$ho $db -e " $query " > $file
    3939}
    4040
Note: See TracChangeset for help on using the changeset viewer.