MyBB Community Forums

Full Version: e-mail records in the system
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I delete an e-mail records of the system in a collective manner? E-mail registration system has 800 pages. Difficult to delete the pages one by one. Is there a way to delete the mysql?
You mean delete them from the database?
Run this query;
ALTER TABLE `mybb_users` DROP `email`;

But please make backup of this mybb_users table before going to run this query.
Do you mean you want to delete the email logs in the ACP? Or delete all emails used for forum accounts?
I can't understand what you mean.