After a blue screen, I lost my work in the workbench, but keep the schema. Can you recover or will I have to do the work again?
After a blue screen, I lost my work in the workbench, but keep the schema. Can you recover or will I have to do the work again?
The Workbench
as well as Office
makes a auto save
. If you use version 6.3 which is the most current, go to C:\Users\AppData\Roaming\MySQL\Workbench\sql_history
and you will find the scripts
you wrote (saved by you or not) and the files are usually saved by date. You can open these files with an editor and decode the HTML entities
. It's kind of hard work but you do not lose what you already did.