- Code: Select all
Query_time: 16.156250 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 5090938 SET timestamp=1316023675; SELECT a.forum_id, ug.user_id, g.group_id FROM (phpbb_acl_options o, phpbb_user_group ug, phpbb_groups g, phpbb_acl_groups a) LEFT JOIN phpbb_acl_roles_data r ON (a.auth_role_id = r.role_id) WHERE (o.auth_option_id = a.auth_option_id OR o.auth_option_id = r.auth_option_id)
Any ideas what could be the cause and how to solve it? Thanks!