d2c9857e3683a637750c3c81d2d6d870495cac53
ccpowell
  Tue Jul 23 11:18:17 2019 -0700
Adding updates to docs for mysql to MariaDB changes, refs #23597

diff --git src/hg/htdocs/FAQ/FAQdownloads.html src/hg/htdocs/FAQ/FAQdownloads.html
index d796f28..ccbb194 100755
--- src/hg/htdocs/FAQ/FAQdownloads.html
+++ src/hg/htdocs/FAQ/FAQdownloads.html
@@ -825,31 +825,31 @@
 <h6>Where can I get more information about the deCODE map?</h6>
 <p> 
 You can obtain this information from the combination of a couple of tables. The stsMap table 
 contains the physical position of all STS markers, including those on the deCODE map. This file 
 also contains information about the position on the genome-wide maps, including the deCODE map. A 
 second file, stsInfo2, contains additional information about each marker, including aliases, primer 
 sequence information, etc. This table is related to the first table by an ID (the identNo field in 
 both files).</p>
 
 <a name="download29"></a>
 <h2>Direct MariaDB (MySQL) access to data</h2>
 <h6>Is it possible to run SQL queries directly on the database rather than using the Table 
 Browser interface?</h6>
 <p> 
 Yes. See our documentation on <a href="../goldenPath/help/mysql.html">Downloading Data using 
-MariaDB</a>.</p> 
+MariaDB (MySQL)</a>.</p> 
 <p>
 Connect to the US MariaDB server using the command:</p>
 <pre><code>mysql --user=genome --host=genome-mysql.soe.ucsc.edu -A </code></pre>
 <p>Or to the European MariaDB server using the command:</p>
 <pre><code>mysql --user=genome --host=genome-euro-mysql.soe.ucsc.edu -A </code></pre>
 
 <a name="download34"></a>
 <h2>Name of fourth column in BED output</h2>
 <h6>When using the Table Browser to extract exons from a Gene track, what does the &quot;Name&quot; 
 column (fourth BED column) refer to?</h6>
 <p> 
 The fourth column of the BED output contains a lot of information separated by underscores. For 
 example:</p>
 <pre><code>uc009vjk.2_cds_1_0_chr1_324343_f </code></pre>
 <p>