How to suspend a row in Mysql database for 10minutes… After 10minutes that database row must be recovered to the normal stage…
How to suspend a row in Mysql database for 10minutes… After 10minutes that database
Share
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.
It seems you are trying to do something a wrong way. What are you trying to achieve. I know no way of “suspending a row”. You can just copy a row you want to suspend to the new table and remove it from original table. and then do reverse action based on timely event: Does MySQL have time-based triggers?