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

Dhiraj Patra's Blog: Running PHP Scripts with Cron

Netmag.co.uk: Make your own Soap

Dave Marshall's Blog: Zend Framework and the Twitter API

Stefan Mischook's Blog: PHP Sessions Video Tutorials - Part 2

NetTuts.com: Turbocharge your Website with Memcached


Community Events











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


example community conference release language application phpunit interview series unittest testing development code podcast introduction functional tool framework zendframework2 opinion

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