MyBB Community Forums

Full Version: Collect all emails
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to collect all the users emails from database?
see replies here - emails will be shown on screen and they can be copied to any application
Run this through phpMyAdmin:
select email from mybb_users;
(2013-09-27, 12:56 PM).m. Wrote: [ -> ]see replies here - emails will be shown on screen and they can be copied to any application
I am gonna try it now
(2013-09-27, 01:03 PM)spork985 Wrote: [ -> ]Run this through phpMyAdmin:
select email from mybb_users;
It works but how do I copy all the emails?
Are you able to use Ctrl+A? If not, m's solution may be best since it will dump them directly on to the web page.
Thanks @spork985 but .M. solution works great