开发者

Database suspension for 10 minutes

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜