News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
How I Faked Scheduled Database Dumps Without Cron
March 27, 2012 @ 11:06:05

On PHPMaster.com today there's a new tutorial about a way to simulate cron jobs to dump the contents of a database with a simple script that fires off based on the last login time of a certain user (using the MySqlDumper tool).

My program required a accurate username and password to present its features to the user, and there is one predefined user who is idle most of the time and does just two things: wipe stale database entries and restore the database when needed. According to my login procedure, each time a user successfully logs in the system automatically updates the last login date to the current date. And that was the hint I desperately needed.

A brief snippet of code is included showing how he implemented the solution - MySQL commands and parameters defined in constants and called only when the last login time is less than "today".

0 comments voice your opinion now!
cron mysqldumper tutorial last login


blog comments powered by Disqus

Similar Posts

The Bakery: Ten New Tutorials/Components/Releases Posted

Josh Holmes' Blog: Zend SimpleCloud and Azure

Michael Nitschinger's Blog: Handling JSON like a boss in PHP

Aleksey Martynov's Blog: Getting started with lexa-tools: Blog in 15 Minutes

Developer Tutorials Blog: Building Web 2.0 Tag Clouds in PHP


Community Events











Don't see your event here?
Let us know!


release community testing example podcast language database composer phpunit functional development conference object zendframework2 tool opinion code interview introduction framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework