On 12/09/2011 09:33 PM, Andrei Cipu wrote:
So it would appear I can access only 1492 - 2*726 = 40 tables out of 746. I haven't touched .my.cnf in any way, so I'm guessing the password is correct.
This might be related to a DNS problem with *.rrdb.toolserver.org, that I tried to report the other week, https://jira.toolserver.org/browse/TS-1233
The bug report now says "answered", but this still fails: $ mysql -h arwiki_p.rrdb arwiki_p ERROR 1049 (42000): Unknown database 'arwiki_p'
Try instead this connection command: mysql -h sql-s${srv}-rr where $srv is 1 for the s1 cluster (enwiki), ... up to 7
What might happen is that you try to connect to xyzwiki.rrdb.toolserver.org, which resides on s7, but that DNS name points to s4 instead, so when MySQL connects it doesn't find the database there.