MyBB Community Forums

Full Version: delete every users ip
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello i need some help, i am going to sell my forum and i need to know how to delete the users IP. with 1 query.
try this Smile
ALTER TABLE 'mybb_users' DROP 'regip'
ALTER TABLE 'mybb_users' DROP 'lastip'
this will delete all the whole column
make a backup before executing it just in case Smile