This is a discussion on MySQL Backup via PHP within the MySQL Database forums, part of the Database Forums category; I've been backing up my MySQL Databases using PHP for the last couple of years. This has worked well, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I've been backing up my MySQL Databases using PHP for the last couple
of years. This has worked well, the SQL file has been gziped and emailed to me. Now my host has disabled passthru() in php so the script doesn't work. Anyone know how to backup my MySQL DB's using php without using passthru() ??? Thanks |