Hello,
I'm just getting back into mySql for a client project, and have a question.
I'm using MySql 5.0, with the phpMyAdmin front end.
I would like to schedule a simple delete to run every few days on my database. I assume I have to put the Delete into a stored procedure, but were to save...