641f9ebc4932cfb9493e386062678c7ba821234d
ccpowell
  Thu Sep 5 10:29:43 2019 -0700
Adding a link to the .hg.conf file on the mysql.html page, refs #21766

diff --git src/hg/htdocs/goldenPath/help/mysql.html src/hg/htdocs/goldenPath/help/mysql.html
index 4d06bb4..d7454db 100755
--- src/hg/htdocs/goldenPath/help/mysql.html
+++ src/hg/htdocs/goldenPath/help/mysql.html
@@ -96,27 +96,33 @@
 
 <p>
 If you have set up your .hg.conf file as above, you can use the <code>hgsql</code> utility,
 available from our downloads server in the
 <a href="http://hgdownload.soe.ucsc.edu/downloads.html#utilities_downloads">Utilities section</a>,
 to access the public MariaDB server. The benefit of using the <code> hgsql</code> command is that
 you don't have to include the username or password as part of your command. You only need to
 specify the host:</p>
 <p><pre><code>hgsql -h genome-mysql.soe.ucsc.edu</code></pre></p>
 
 <p>
 If you prefer a graphical user interface (GUI) to the UCSC database tables, use the 
 <a href="../../cgi-bin/hgTables">Table Browser</a>.</p>
 
 <p>
+If you would like to learn more about .hg.conf file setup and specifics for using our command-line utilities, see this example 
+<a href="https://genome-source.gi.ucsc.edu/gitlist/kent.git/blob/master/src/product/minimal.hg.conf"
+target='_blank'> minimal.hg.conf</a> file.
+</p>
+
+<p>
 System problems should be reported to 
 <a href="mailto:&#103;&#101;&#110;&#111;&#109;&#101;&#45;w&#119;w&#64;&#115;&#111;&#101;.&#117;cs&#99;.&#101;&#100;&#117;"> &#103;&#101;&#110;&#111;&#109;&#101;&#45;w&#119;w&#64;&#115;&#111;&#101;.&#117;cs&#99;.&#101;&#100;&#117;</a>.
 <!-- above address is genome-www at soe.ucsc.edu -->
 Send questions regarding the database contents or queries to 
 <a href="mailto:&#103;&#101;n&#111;m&#101;&#64;&#115;&#111;e.&#117;&#99;&#115;&#99;.e&#100;u"> &#103;&#101;n&#111;m&#101;&#64;&#115;&#111;e.&#117;&#99;&#115;&#99;.e&#100;u</a>.
 <!-- above address is genome at soe.ucsc.edu -->
 <strong><span class="gbsWarnText">Messages sent to this address will be posted to the moderated genome mailing list, which is 
 archived on a SEARCHABLE, PUBLIC 
 <a HREF="https://groups.google.com/a/soe.ucsc.edu/forum/#!forum/genome">Google Groups
 forum</a></span></strong>.</p>
       
 <!--#include virtual="$ROOT/inc/gbPageEnd.html" -->