Guys I'm using MySQL Workbench. Is there a way to use it to backup my database automatically?
相关问题
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
- Why sometimes there is one of more gap(s) in the v
- mySQL alter table on update, current timestamp
The correct answer is There is no backup scheduling/automating option in MySQL Workbench as of 6.2. You can do manual backup in version 6.x by clicking on DataExport under Management. See below:
MySQL WorkBench Data Export Import
http://community.discountasp.net/showthread.php?t=11972
Edit: I am using mysql administrator, which has schedule option. check this also:
http://www.davecolorado.com/index.php/scheduled-backup-with-mysql-administrator-on-windows/