This is a test version of Biostars. For the public version, visit https://www.biostars.org.
ensembl mysql servers and helpdesk non-responsive. Is it me?

While following the instructions for Using Terminal to Connect to Ensembl public MySQL Servers my connections are being rejected, viz:

~$ mysql -h useastdb.ensembl.org -u anonymous -P 5306
ERROR 1045 (28000): Access denied for user 'anonymous'@'ip-10-51-209-190.ec2.internal' (using password: YES)

I've not heard back from their helpdesk and wonder if there is some issue at ensembl preventing with command-line mysql access and/or replies to requests for support.

Any info, colleagues?

mysql ensembl
$ mysql --user=anonymous --host=ensembldb.ensembl.org -D homo_sapiens_core_90_38 -e 'show tables'

Is working for me.

It's you. I've replied to your emails twice now. Please check your spam folders.

Indeed- we recently changed approach to spam management with a few headaches including lost emails. Thanks for you patience and excellent support!

1 answer

doh.

my problem was that my ~/.my.cnf was providing a password

Since you've found a solution yourself, I'll close to your three tickets on Ensembl helpdesk.

Log in to answer this question.