Is there a possibility to schedule an automatic backup of the mysql database, and have it sent to some emailaddress once a month ?
How should I do this ?
Thanks in advance for your help !
Step 1/ Design a PHP script that will backup your databases into a file.
Step 2/ Add a mail function to the end
Step 3/ Add the running of this script to a Cron Job
Why is there such a load in the case of php ?
If I create a backup once a month, isn't this the same in both solutions (php or myadmin) ? What's the difference then ?