MyBB Community Forums

Full Version: Remove members from phpmyadmin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how do i remove members from phpmyadmin?
DELETE FROM`mybb_users`WHERE`mybb_users`.`uid`=4

Run This Query Just Change Profile UID That You Want to delete
if i want to remove 10 members then what should i do
Run that query 10 times?
(2012-10-01, 11:54 AM)kokoko Wrote: [ -> ]if i want to remove 10 members then what should i do

You should always use the delete user function in Admin CP.

If you use phpmyadmin you are likely to not remove all traces of the member and have orphaned data in other tables.