Question

Is there a way to make mysql workbench dump automaticly the data? I know how to dump it manually but I'm sure there is a way to dump it automatically.

thank you!

Was it helpful?

Solution

As far as I know, MySQL workbench doesn't have a job scheduler. A typical MySQL auto dump is done by have a batch script with the mysqldump code and using either cron job on UNIX side or Windows Scheduler to execute the script.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top