Im creating a sql database which will store a username and password and a date of when the record was created. I then need mysql to remove the entry 1 hour after the record was created. (in effect, creating an expiry date for the username and password.)
Can mysql do this automatically without a php script doing the delete. I need this to be an automatic process eliminating the need for administration.
thanks for you help :-)