Skip to content

Instantly share code, notes, and snippets.

View SOHELAHMED7's full-sized avatar

Sohel Ahmed Mesaniya SOHELAHMED7

View GitHub Profile
-- Cleans up IPB 3 database before importing it into another forum engine
-- tbl_* are project specific, could be removed
-- Remove banned members and members with no posts
delete m
from ipb_members m
left join tbl_user u on u.id = m.member_id
where
(
member_banned = 1