create event del
on schedule
every 5 minute
starts
'2012-11-16 10:20:23'
do
delete from purchased limit 1;
As per my above query every 5 minutes 1 row from the table purchased should be deleted but, this event gives no result
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Set event_scheduler variable to ON state.
Run this statement:
Or Update my.ini file: