I am trying to remove the subscriptions from my database that are older than 2006. Amember will not do this, so does anyone know what the query in mysql to do this in PhpMyadmin? Many thanks in advance
You can use query: Code: delete from amember_payments where expire_date < '2006-01-01' This will remove all subscription that have expire date less then Jan 1st of 2006