Community journal

The latest from the MySQL community

Ideas, releases, practical guides, and perspectives from the people building with MySQL.

Follow the feed
Showing entries 1 to 1 of 1 « Previous | Next »
Displaying posts with tag: DISABLE ON SLAVE (reset)
使用MySQL的事件調度

Original post: http://anothermysqldba.blogspot.com/2013/05/using-mysql-event-scheduler.html

MySQL的事件調度器是非常有效的調度不同的東西,因為你需要他們。 
下面是一個簡單的例子,如何使用事件和如何使用事件調度不同的跨主奴隸。 

首先檢查你的事件調度器的狀態: 




> show variables like '%event%';
+---------------------------------------------------+-------+
| Variable_name | Value |

[获取更多]