XXX@XXX-MacBook-Pro:~$ mysql --user=genome --host=genome-mysql.soe.ucsc.edu -A -P 3306
ERROR 2002 (HY000): Can't connect to MySQL server on 'genome-mysql.soe.ucsc.edu' (36)
XXX@XXX-MacBook-Pro:~$ mariadb --version
mariadb Ver 15.1 Distrib 10.5.8-MariaDB, for osx10.15 (x86_64) using readline 5.1
Glad to hear you were able to gain access. Our public MySQL servers are (essentially) always online. I'll take the opportunity for two plugs:
We also have a public MySQL server (https://genome.ucsc.edu/goldenPath/help/mysql.html) hosted in Germany which can provide faster access for European and other nearby users (--host=genome-euro-mysql.soe.ucsc.edu)
If you have any follow up questions, our public help desk can always be reached at genome@soe.ucsc.edu. You may also send questions to genome-www@soe.ucsc.edu if they contain sensitive data. For any Genome Browser questions on Biostars, the UCSC tag is the best way to ensure visibility by the team.
Works for me via
conda/mysql
.Turns out my network updated some security stuff which blocked access, so the problem was identified!!!