Explain output is below mysql> explain SELECT f.forum_id,f.forum_name, f.forum_desc_options, t.topic_title, t.topic_id,t.topic_last_post_id,t.topic_last_poster_name, p.post_time, p.post_text, p.bbcode_uid, p.bbcode_bitfield, u.username, u.user_id FROM phpbb3_forums f,phpbb3_topics t, phpbb3_posts p,...