From 28781ea024a2b2a83b894841fcc51e186f91cf33 Mon Sep 17 00:00:00 2001 From: Leo Gordon <lg4@ebi.ac.uk> Date: Thu, 13 May 2010 16:57:19 +0000 Subject: [PATCH] show mysql command line --- modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm b/modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm index fb679eced..ec4b98c8a 100644 --- a/modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm +++ b/modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm @@ -443,6 +443,9 @@ sub run { print " beekeeper.pl -url $url -loop\t\t# (run the pipeline in automatic mode)\n"; print "(OR)\n"; print " beekeeper.pl -url $url -run\t\t# (run one step of the pipeline - useful for debugging/learning)\n"; + + print "\n\n\tTo connect to your pipeline database use the following line:\n\n"; + print " mysql ".$self->dbconn_2_mysql('pipeline_db',1)."\n\n"; } -- GitLab