About 1,240,000 results
Open links in new tab
  1. How to backup MySQL database in PHP? - Stack Overflow

    If you want to backup a database from php script you could use a class for example lets call it . This class will use PDO (build in php class which will handle the connection to the database).

  2. php - Backup a mysql database and download as a file - Stack Overflow

    Sep 20, 2010 · How to backup the mysql database and download it as a .sql file by using PHP Codes

  3. Backup and Restore MySQL database in PHP - Stack Overflow

    Backup and Restore MySQL database in PHP Asked 11 years, 9 months ago Modified 8 years, 9 months ago Viewed 31k times

  4. php - How to automate database backup using phpmyadmin - Stack …

    Jul 11, 2011 · 16 I am currently taking database backup manually using phpmyadmin export as a sql dump,the resulted file name will be spbkYYMMDD (Y;year m:month D:day).Is there any way to …

  5. Programatically backing up (and emailing) a full MySQL database via PHP

    Feb 4, 2010 · 3 Automatic MySql Backup Script This script finds all of the MySQL databases on your server, individually backs them up, compresses them, and stores the file in a specified directory …

  6. Using a .php file to generate a MySQL dump - Stack Overflow

    Here's the information I have: I am working with a Linux based system using MySQL and PHP5. I need to be able to generate a mysqldump from within a .php file, and then have that dump be stored in a

  7. sql - Backup MySql database with PHP - Stack Overflow

    There's no need to involve PHP in the database backup. You just need a script that uses mysqldump to backup the database, and setup a CRON job to periodically execute the script: mysqldump db_name …

  8. PHP Script to Backup MySQL Database - Stack Overflow

    Dec 8, 2009 · PHP Script to Backup MySQL Database Asked 16 years ago Modified 11 years, 10 months ago Viewed 5k times

  9. backup database mysql using php - Stack Overflow

    Jul 21, 2015 · I found this code Run mysqldump using system() function The system() function is used to execute an external program. Because MySQL already have built in tool for creating MySQL …

  10. how to take backup of mysql database using php [duplicate]

    Sep 27, 2018 · how to take backup of mysql database using php [duplicate] Asked 6 years, 7 months ago Modified 1 year, 3 months ago Viewed 8k times