MyBB Community Forums

Full Version: Delete all user notes in ACP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I go about deleting ALL user notes in ACP/Edit User/Moderator Options/User Notes for all my members? I want to delete them as a security measure. I'd prefer deleting them all at once instead of doing it one member at a time.

Thanks!
UPDATE mybb_users SET usernotes = '';

That should be the query you're looking for. Make sure you take a backup beforehand incase something goes wrong. Smile
I'll give that a try. Thank you!

ETA: Worked perfectly! Big Grin