MyBB Community Forums

Full Version: Buddylist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello,

we can delete the buddylist of all users from database?

thank you!
(2015-10-19, 08:59 AM)hkkp Wrote: [ -> ]hello,

we can delete the buddylist of all users from database?

thank you!

What?
Ill try to answer select all users and delete
Hi,

Back up your database (in case this query goes wrong), replace mybb_ with your table prefix, then use a tool such as phpMyAdmin to run:

UPDATE mybb_users SET buddylist = '' WHERE 1=1;