IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2015, 5:24:35 PM (11 years ago)
Author:
watersc1
Message:

Merge of previous version to back out my over-zealous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/test/widetest.sh

    r38963 r38964  
    11#!/bin/csh -f
    2 
    3 set dbuser = czw
    4 set dbpass = -pczw
    52
    63set stackqueuename = 0
     
    5148  # does the database already exist?
    5249  # XXX this command will blow away an existing database!!
    53   mysql -h localhost -u $dbuser $dbpass -e "create database ipptopsps_test"
    54   mysql -h localhost -u $dbuser $dbpass ipptopsps_test < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql
     50  mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test"
     51  mysql -h localhost -u dvo -pdvo ipptopsps_test < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql
    5552
    5653endif
     
    6057
    6158  # create the database (ignore failure if it already exists)
    62   mysql -h localhost -u $dbuser $dbpass -e "drop database ipptopsps_test_scratch"
    63   mysql -h localhost -u $dbuser $dbpass -e "create database ipptopsps_test_scratch"
     59  mysql -h localhost -u dvo -pdvo -e "drop database ipptopsps_test_scratch"
     60  mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test_scratch"
    6461  ippjython setupScratchDb.py -test
    6562endif
Note: See TracChangeset for help on using the changeset viewer.