Lambneck Posted September 27, 2008 Share Posted September 27, 2008 is there a way to make a mysql database empty its contents every 30 days or so? Link to comment https://forums.phpfreaks.com/topic/126019-solved-take-a-30-day-dump/ Share on other sites More sharing options...
corbin Posted September 27, 2008 Share Posted September 27, 2008 mysqldump on a crontab would do it. P.S. the title of this thread scares me. Link to comment https://forums.phpfreaks.com/topic/126019-solved-take-a-30-day-dump/#findComment-651660 Share on other sites More sharing options...
Lambneck Posted September 27, 2008 Author Share Posted September 27, 2008 sorry im new to using mysql, could you perhaps explain how to do this in a little more detail? Link to comment https://forums.phpfreaks.com/topic/126019-solved-take-a-30-day-dump/#findComment-651694 Share on other sites More sharing options...
corbin Posted September 27, 2008 Share Posted September 27, 2008 http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html http://en.wikipedia.org/wiki/Cron Link to comment https://forums.phpfreaks.com/topic/126019-solved-take-a-30-day-dump/#findComment-651711 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.