bde35bf9d06a82fa4d60fcf3259f43259a93b0c5
ccpowell
  Tue Jul 9 16:11:04 2019 -0700
Swapping MySQL to MariaDB in docs, refs #23597

diff --git src/hg/htdocs/goldenPath/help/mysql.html src/hg/htdocs/goldenPath/help/mysql.html
index 0672cf1..5b173ad 100755
--- src/hg/htdocs/goldenPath/help/mysql.html
+++ src/hg/htdocs/goldenPath/help/mysql.html
@@ -1,26 +1,26 @@
 <!DOCTYPE html>
 <!--#set var="TITLE" value="Genome Browser MySql Downloads" -->
 <!--#set var="ROOT" value="../.." -->
 
 <!-- Relative paths to support mirror sites with non-standard GB docs install -->
 <!--#include virtual="$ROOT/inc/gbPageStart.html" -->
 
-<h1>Downloading Data using MySQL</h1>
+<h1>Downloading Data using MariaDB (MySQL)</h1>
 
 <p>
-The UCSC Genome Browser uses MariaDB as our backend database server. MariaDB is a community-developed,
+The UCSC Genome Browser uses MariaDB as the backend database server. MariaDB is a community-developed,
 commercially supported fork of the MySQL relational database management system, intended to remain
 free and open-source software under the GNU General Public License.
 </P>
 <p>
 We have two  MariaDB databases for public access:
 <ul>
   <li><strong>genome-mysql.soe.ucsc.edu</strong> (located on the US west coast)</li>
   <li><strong>genome-euro-mysql.soe.ucsc.edu</strong> (located in Europe)</li>
 </ul></p>
 <p>
 These servers allow MySQL access to the same set of data currently available on our public
 Genome Browser site. The data are synchronized weekly with the main databases on our public site.
 During synchronization, the MariaDB server can be intermittently out of sync with the main website for
 a short period of time. The weekly synchronization takes place on Monday mornings from 4:00 am to
 9:00 am Pacific Time (GMT -7:00 in summer, GMT -8:00 in winter).</p>