bizcredit
05-07-2008, 01:11 AM
How can I take auto backup for mysql database time to time using php? I want to set it automatic.
Thank you
Thank you
![]() | View Full Version : MYSQL Backup bizcredit 05-07-2008, 01:11 AM How can I take auto backup for mysql database time to time using php? I want to set it automatic. Thank you apsivam 05-07-2008, 01:24 AM You don't need PHP for MySQL backup. MySQL comes a handy little backup script called mysqldump automate it using cron. bizcredit 05-07-2008, 01:31 AM Can you give me any link where I can find help regarding this? Or can you give me example here please? My database name is "newschool" Thanks in advance for help apsivam 05-07-2008, 02:06 AM I Googled for "mysql backup cron" and come up with this http://www.cgi-interactive-uk.com/mysql_dump.html |