日期:2014-05-16  浏览次数:20327 次

定时执行存储过程

?

存储过程学习:http://www.111cn.net/tags.php/mysql%E5%AD%98%E5%82%A8%E8%BF%87%E7%A8%8B/

#查看event是否开启


mysql> show variables like '%sche%';

+---------------------------------------------------+---------+

| Variable_name ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? | Value ? |

+---------------------------------------------------+---------+

| event_scheduler ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? | OFF ? ? |

| performance_schema ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?| OFF ? ? |

| performance_schema_events_waits_history_long_size | 10000 ? |

| performance_schema_events_waits_history_size ? ? ?| 10 ? ? ?|

| performance_schema_max_cond_classes ? ? ? ? ? ? ? | 80 ? ? ?|

| performance_schema_max_cond_instances ? ? ? ? ? ? | 1000 ? ?|

| performance_schema_max_file_classes ? ? ? ? ? ? ? | 50 ? ? ?|

| performance_schema_max_file_handles ? ? ? ? ? ? ? | 32768 ? |

| performance_schema_max_file_instances ? ? ? ? ? ? | 10000 ? |

| performance_schema_max_mutex_classes ? ? ? ? ? ? ?| 200 ? ? |

| performance_schema_max_mutex_instances ? ? ? ? ? ?| 1000000 |

| performance_schema_max_rwlock_classes ? ? ? ? ? ? | 30 ? ? ?|

| performance_schema_max_rwlock_instances ? ? ? ? ? | 1000000 |

| performance_schema_max_table_handles ? ? ? ? ? ? ?| 100000 ?|

<