suresh64633 Posted August 20, 2009 Share Posted August 20, 2009 How can i take back up of my Database (Mysql) backup from PHP? Link to comment https://forums.phpfreaks.com/topic/171132-database-backup-dynamically/ Share on other sites More sharing options...
Tonic-_- Posted August 20, 2009 Share Posted August 20, 2009 Could try the basic shell exec commands if your account is permitted to use SSH. I think its like shell_exec("mysqldump -uusername -passwordhere databasename < database.sql"); Setting up a timer though I wouldn't know. Link to comment https://forums.phpfreaks.com/topic/171132-database-backup-dynamically/#findComment-902457 Share on other sites More sharing options...
Garethp Posted August 20, 2009 Share Posted August 20, 2009 http://snipplr.com/view/173/mysql-dump/ Link to comment https://forums.phpfreaks.com/topic/171132-database-backup-dynamically/#findComment-902462 Share on other sites More sharing options...
suresh64633 Posted August 20, 2009 Author Share Posted August 20, 2009 Thx dude!!! Nice link http://snipplr.com/view/173/mysql-dump/ Link to comment https://forums.phpfreaks.com/topic/171132-database-backup-dynamically/#findComment-902483 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.