Is there a way to clear the statistics?

ryan
ryan
Offline
0
I am currently in my build/test phase of my website so the numbers do not reflect the actual number of views (that is from a visitor). I would like to reset the count once I move to production and was wondering if there was a way to do that...maybe through a SQL command?

Let me know, thanks!
Responses (2)
  • Accepted Answer

    Friday, January 13 2012, 04:34 PM - #Permalink
    0
    you just need to erase the data from the DB table, so:

    TRUNCATE TABLE `jos_content_statistics`

    should be enough ;)
    The reply is currently minimized Show
  • Accepted Answer

    ryan
    ryan
    Offline
    Friday, January 13 2012, 05:04 PM - #Permalink
    0
    Perfect, thanks!
    The reply is currently minimized Show
Your Reply