https://bugzilla.wikimedia.org/show_bug.cgi?id=53485
--- Comment #15 from Alvaro <[email protected]> --- (In reply to comment #14) > Quim, I have already the queries to get this information. Now we need to > format > it a report. You have always the last SQL database in: > > http://korma.wmflabs.org/browser/data/db/ > > In this case, we need the reviews database so: > > acs@lenovix:/tmp$ wget > http://korma.wmflabs.org/browser/data/db/reviews.mysql.7z > acs@lenovix:/tmp$ 7zr x reviews.mysql.7z > acs@lenovix:/tmp$ mysqladmin -u root create wikimedia_gerrit > acs@lenovix:/tmp$ mysql -u root wikimedia_gerrit < reviews.mysql You will need also the unique identities db: acs@lenovix:/tmp$ wget http://korma.wmflabs.org/browser/data/db/source_code.mysql.7z acs@lenovix:/tmp$ 7zr x source_code.mysql.7z acs@lenovix:/tmp$ mysqladmin -u root create acs_cvsanaly_mediawiki_2029_1 acs@lenovix:/tmp$ mysql -u root acs_cvsanaly_mediawiki_2029_1 < source_code.mysql -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
