Ignore:
Timestamp:
03/20/07 17:21:03 (18 years ago)
Author:
hoehne
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/sourcefile

    r8303 r8380  
    310310   query=$query" order by $primary desc "
    311311#   echo " QUERY: "$query
    312    if ! process=`mysql -s -u $us --password=$pw --host=hercules $db -e " $query "`
     312   if ! process=`mysql -s -u $us --password=$pw --host=vela $db -e " $query "`
    313313   then
    314314      echo "ERROR could not query processes from db -> exit"
     
    356356   query=$query" limit 0, 1 "
    357357#   echo " QUERY: "$query
    358    if ! process=`mysql -s -u $us --password=$pw --host=hercules $db -e " $query "`
     358   if ! process=`mysql -s -u $us --password=$pw --host=vela $db -e " $query "`
    359359   then
    360360      echo "ERROR could not query process from db -> exit"
     
    392392#   echo " QUERY: "$query
    393393   numproc=0
    394    if ! numproc=`mysql -s -u $us --password=$pw --host=hercules $db -e " $query "`
     394   if ! numproc=`mysql -s -u $us --password=$pw --host=vela $db -e " $query "`
    395395   then
    396396      echo "ERROR could not query number of todo proceses from db -> continue"
     
    430430   query=$query" where $primary='$var2'"
    431431   echo " QUERY: "$query
    432    if ! mysql -s -u $us --password=$pw --host=hercules $db -e " $query "
     432   if ! mysql -s -u $us --password=$pw --host=vela $db -e " $query "
    433433   then
    434434      echo "ERROR could not insert status into db -> exit"
Note: See TracChangeset for help on using the changeset viewer.