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 @@ <!-- As a courtesy to others, <strong>please observe the following guidelines when using the database:</strong> --> </p> <h2>Conditions of use</h2> <ul> <li> Avoid excessive or heavy queries that may impact the server performance. Inappropriate query use will result in a restriction of access. If you plan to execute a query that you think may be excessive, contact UCSC first to avoid the possibility of having your access blocked.</li> <li> Bot access and excessive program-driven use are not permitted.</li> <li> Attachments by local mirror sites are prohibited.</li> </ul> +<p> +For more details about the Conditions of Use, please refer to the following page, +<a href="../../conditions.html" target="_blank">Genome Browser Conditions of Use</a>. <a name="utilities"></a> <h2>Using the MariaDB server with our utilities</h2> <p> The MariaDB database can also be used by the numerous utilities in the <a href="http://hgdownload.soe.ucsc.edu/downloads.html#source_downloads">Genome Browser source</a> 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:</p> <pre><code>#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