开发者

Database suspension for 10 minutes

开发者 https://www.devze.com 2023-02-13 13:23 出处:网络
How to suspend a row in Mysql database for 10minutes..开发者_JS百科. After 10minutes that database row must be recovered to the normal stage...It seems you are trying to do something a wrong way. What

How to suspend a row in Mysql database for 10minutes..开发者_JS百科. After 10minutes that database row must be recovered to the normal stage...


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?

0

精彩评论

暂无评论...
验证码 换一张
取 消