Skip to content
Snippets Groups Projects
Commit 28781ea0 authored by Leo Gordon's avatar Leo Gordon
Browse files

show mysql command line

parent ce6571c3
No related branches found
No related tags found
No related merge requests found
......@@ -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";
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment