Now that I am done testing... how can I reset my membership database back to zero. I want my first real customer to have an ID of 1. I know I can go into the sql database and change it manually but I really want to just reset the automatic counter... but I can not find that. Thanks Dana Haynes Accularian http://www.accularian.com
Try to run mysql query: DELETE FROM amember_members NOTE - it will delete ALL members from your aMember table!