ec718fd2194d00986a11c213886e6a584d1c00b9 jnavarr5 Wed Jan 27 11:51:52 2021 -0800 Adding a link to the conditions.html page on the MYSQL help page, no Redmine. diff --git src/hg/htdocs/goldenPath/help/mysql.html src/hg/htdocs/goldenPath/help/mysql.html index d7454db..0c0ebb1 100755 --- src/hg/htdocs/goldenPath/help/mysql.html +++ src/hg/htdocs/goldenPath/help/mysql.html @@ -42,30 +42,33 @@

Conditions of use

+

+For more details about the Conditions of Use, please refer to the following page, +Genome Browser Conditions of Use.

Using the MariaDB server with our utilities

The MariaDB database can also be used by the numerous utilities in the Genome Browser source tree. Some of these utilities require a password, so you will need to add the following specifications to your $HOME/.hg.conf file (remember to chmod your .hg.conf file to 600 permissions) if you would like to access the US public MariaDB server:

#US MariaDB server
 db.host=genome-mysql.soe.ucsc.edu
 db.user=genomep
 db.password=password
 central.db=hgcentral
 central.host=genome-mysql.soe.ucsc.edu