Orionsbelter Posted May 24, 2008 Share Posted May 24, 2008 help i need to automaticly dump database, does anyone have a php script that will dump the whole database at a certain time? Link to comment https://forums.phpfreaks.com/topic/107072-help-i-need-to-automaticly-dump-database/ Share on other sites More sharing options...
BlueSkyIS Posted May 24, 2008 Share Posted May 24, 2008 what do you mean dump? DUMP usually means "output to file", but maybe you mean empty the database? Link to comment https://forums.phpfreaks.com/topic/107072-help-i-need-to-automaticly-dump-database/#findComment-548883 Share on other sites More sharing options...
Orionsbelter Posted May 24, 2008 Author Share Posted May 24, 2008 so that it turns the whole database to sql code so i can save it to a folder on the sever Link to comment https://forums.phpfreaks.com/topic/107072-help-i-need-to-automaticly-dump-database/#findComment-549040 Share on other sites More sharing options...
BlueSkyIS Posted May 24, 2008 Share Posted May 24, 2008 i would use crontab to regularly run a script like this: http://www.php-mysql-tutorial.com/perform-mysql-backup-php.php Link to comment https://forums.phpfreaks.com/topic/107072-help-i-need-to-automaticly-dump-database/#findComment-549045 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.