WordPress: Approve all group requests for buddypress from phpmyadmin/backend
Execute the following SQL snippet on the database
UPDATE wp_bp_groups_members SET `is_confirmed` = 1 WHERE 1
Execute the following SQL snippet on the database
UPDATE wp_bp_groups_members SET `is_confirmed` = 1 WHERE 1