From: "Matthew Oatham" <[EMAIL PROTECTED]> > I am using MySQL database accessed via myphp admin - > there is an export option which allows me to export the structure > and data to an sql file but this is a manual procedure is there > anyway to automate this via myphp admin i.e. using a cron job?
The mysqldump program in the mysql/bin folder is used for this. Make a call to it through cron or a PHP script. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php