Last modified: 2013-05-30 15:56:12 UTC
$ sql frrwiki_p MariaDB [frrwiki_p]> select * from page limit 1; ERROR 1045 (28000): Access denied for user 'p12345g12345'@'%' (using password: YES) Accessing tables on replication databases on s3 does not work. Other database server (e.g. s1, s5) are accessible without problems.
needs to be solved by DBA
Also appears to be unreadable on s6 (frwiki, jawiki, ruwiki).
It would appear that service groups created before s3 and s6 went live may not all have gotten the appropriate grants when they did. I've forcibly placed grants back; please checked to see if that fixed?
Also, the viewmaster user (that owns the views) needs to actually have SELECT grants. :-)