Hello,
Is there an easy way to reset the popular pages counters? Could be a great way to see whats being accessed without having to trawl through the web server logs.
Regards
James
James Gardiner wrote:
Is there an easy way to reset the popular pages counters? Could be a great way to see whats being accessed without having to trawl through the web server logs.
In <= 1.4: UPDATE cur SET cur_counter=0;
In >= 1.5: UPDATE page SET page_counter=0;
-- brion vibber (brion @ pobox.com)
mediawiki-l@lists.wikimedia.org