View Single Post
Old 12-07-2007, 05:20 PM   #1 (permalink)
datahound
The Wanderer
Newcomer 
 
datahound's Avatar
 
Join Date: Dec 2007
Posts: 9
Thanks: 2
datahound is on a distinguished road
Default Export as SQL from mySQL using cron job

I have a group of databases I would like to backup regularly and send the sql backup as an email to the site owner.

The cron job I can set up. The email part I can do.

But does anyone know a simple way to ask a db in mysql to dump itself in a standard sql export format including db structure and records?

Thanks.
datahound is offline  
Reply With Quote