src/hg/utils/mysql/dumpDev40.csh 1.2
1.2 2009/09/04 17:41:55 hiram
different location for .hg.dev40.conf
Index: src/hg/utils/mysql/dumpDev40.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/mysql/dumpDev40.csh,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/utils/mysql/dumpDev40.csh 4 Sep 2009 16:53:07 -0000 1.1
+++ src/hg/utils/mysql/dumpDev40.csh 4 Sep 2009 17:41:55 -0000 1.2
@@ -26,10 +26,9 @@
setenv HGDB_HOST ${SQL_SRC_HOST}
setenv HGDB_USER hguser
setenv HGDB_PASSWORD hguserstuff
-setenv HGDB_CONF /hive/users/hiram/mysql50/dev40/.hg.dev40.conf
-
+setenv HGDB_CONF $HOME/.hg.dev40.conf
# Verify we are talking to the correct host during hgsql commands
set TEST_HOST = `${HGSQL} -N -e "show variables;" mysql | egrep "host|pid" | grep -v "^pid_file" | sed -e "s#hostname\t##; s#pid_file\t/var/lib/mysql/##; s# pid_file /data.*##; s#.pid##; s#pid_file\t/var/mysql/5.0/data/##" | sort -u`
if ( "${TEST_HOST}" != "${SQL_SRC_HOST}" ) then