Duplicate Topic Title search in phpBB3

Post Reply
Brave Ye
系統管理員
Posts: 5661
Joined: 2025-11-08, 13:32
Location: Taiwan
Contact:

Duplicate Topic Title search in phpBB3

Post by Brave Ye »

phpmyadmin select database phpBB3 query paste the following then exec

Code: Select all

SELECT  topic_title, topic_time, forum_id, topic_first_post_id, topic_first_poster_name, topic_id, topic_poster, COUNT( * ) TotalCount
FROM phpbb_topics
GROUP BY  topic_title
HAVING COUNT( * ) >1
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests