문제

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!

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top