The Artima Developer Community
Sponsored Link

PHP Buzz Forum
PHPMaster: Working with MySQL Events

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Harry Fuecks

Posts: 875
Nickname: hfuecks
Registered: Sep, 2004

Dynamically typed through Sitepoint
PHPMaster: Working with MySQL Events Posted: Dec 21, 2011 3:29 PM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Harry Fuecks.
Original Post: PHPMaster: Working with MySQL Events
Feed Title: SitePoint's PHP Blog: Dynamically Typed
Feed URL: http://feeds.pheedo.com/sitepoint_blogs_category_php_feed
Feed Description: SitePoint's PHP blog: Dynamically Typed
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Harry Fuecks
Latest Posts From SitePoint's PHP Blog: Dynamically Typed

Advertisement
Thumbnail MySQL events were added in MySQL 5.1.6 and offer an alternative to scheduled tasks and cron jobs. Events can be used to create backups, delete stale records, aggregate data for reports, and so on. Unlike standard triggers which execute given a certain condition, an event is an object that is triggered by the passage of time and is sometimes referred to as a temporal trigger . You can schedule events to run either once or at a recurring interval when you know your server traffic will be low.

Read: PHPMaster: Working with MySQL Events

Topic: Using Basketweaver with GitHub Previous Topic   Next Topic Topic: Hosted PostgreSQL with Heroku

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use