2011年5月23日
摘要: From http://blog.csdn.net/crazylaa/archive/2010/03/11/5368819.aspxMySQL5.1.x版本中引入了一项新特性EVENT,顾名思义就是事件、定时任务机制,在指定的时间单元内执行特定的任务,因此今后一些对数据定时性操作不再依赖外部程序,而直接使用数据库本身提供的功能。此功能是对Oracle的Job/Schedule的模仿,5.1.X版本以上才支持。 创建EVENT语法如下:CREATE[DEFINER = { user | CURRENT_USER }]EVENT[IF NOT EXISTS]event_nameON SCHEDUL 阅读全文
posted @ 2011-05-23 18:56 -Anny- 阅读(370) 评论(0) 推荐(0)
摘要: 1. Yahoo!What "Remember my ID on this computer" means:Save this article to My Help for easy reference. You can visit the article at any time from any computer.Save CancelReplace an articleYou have reached the maximum number of saved articles. Your oldest saved article will be replaced with 阅读全文
posted @ 2011-05-23 17:28 -Anny- 阅读(383) 评论(0) 推荐(0)