I need to take a backup of a MySQL database daily, and preferably have it email itself to an email address of my choosing.
Is it possible to do this? What is the SQL to generate a backup file? How can I add this file as an "attachment" to the email which is sent?
Thanks for the help, I really need to make these backups!
I do know how to call a script via cronjob, so the daily thing is not a problem.