I went to use (example IP) https://tools.wmflabs.org/meta/stalktoy/12.34.56.00 and found:
Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'centralauth_p.globalblocks' doesn't exist
I checked with my labs user:
tools.maurelio@tools-sgebastion-07:~$ sql centralauth; MariaDB [centralauth_p]> show tables; +---------------------------+ | Tables_in_centralauth_p | +---------------------------+ | global_group_permissions | | global_group_restrictions | | global_preferences | | global_user_groups | | globaluser | | localuser | | renameuser_status | | wikiset | +---------------------------+ 8 rows in set (0.00 sec)
Is the globalblocks table now living elsewhere outside the centralauth_p database or is not being suddenly avalaible over there a mistake? centralauth_p.globalblocks shouldn't have any nonpublic information and I've been querying it last week. I've looked at metawiki_p and meta_p but didn't found any table called globalblocks so I'm not sure what has happened with it.