Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

how to delete everything inside /activity

i want to delete everything inside /activity since it's causing overloads. i have it self hosted. how can i delete them using sqlquery from phpmysqladmin?

Answers

  • GaryFunkGaryFunk Senior Application Developer ✭✭
    edited January 2013

    sql="DELETE FROM gdn_activity"

  • will this delete the comments as well inside the discussions? i fear it might... :|

  • GaryFunkGaryFunk Senior Application Developer ✭✭

    No. It only deletes things that show as Activity.

  • my site is now broken after restart on server after deleting activity contents db :(

  • @sollyboi said:
    my site is now broken after restart on server after deleting activity contents db :(

    Define 'broken'. You made a backup, right?
    Deleting Activity from phpMySQLAdmin is ok to do, so 'broken' might be easy to fix.

    There was an error rendering this rich post.

  • @UnderDog i've fixed the problem it happened because my gdn_discussion db was corrupted

Sign In or Register to comment.