2015年2月10日

MySQL 定时器

摘要: mysql定时器是系统给提供了event,而oracle里面的定时器是系统给提供的job。废话少说,下面创建表:create table mytable (id int auto_increment not null,name varchar(100) not null default '',int... 阅读全文

posted @ 2015-02-10 10:39 学无止境2023 阅读(222) 评论(0) 推荐(0) 编辑

导航