Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [How To?] delete all my users
#1
Not Solved
Hi,

I have been heavily attacked on my forum, ive managed to delete all the spam posts.

Is there any way i can delete all the users that have joint? Im doing it normally where you delete 20 at a time but its taking to long?

Help me!

Thanks
#2
Not Solved
Run this query through PHPMyAdmin :
DELETE FROM mybb_users WHERE uid NOT IN ( 1 )
or
DELETE FROM mybb_users WHERE uid <>  1

This will delete all the users leaving only you.
Change the table prefix if it is different.


Forum Jump:


Users browsing this thread: 1 Guest(s)