Hi,
The most straightforward way to accomplish a backup (in my opinion)
does not involve the GUI tools. This is probably best done using the
mysql/bin/mysqldump program. Once you figure out which parameters you
want to send, place the contents into a shell script (a .bat file in
windows) and then create a scheduled task in cron (use scheduled tasks
in windows).
Best Regards,
Brandon
On 11 Dec 2006, at 6:48, edwa...@ita.org.mo wrote:
Dear All,
How to do the backup ( DB Data ) as schedule and on line ?
Is there a sample ?