1
After a blue screen, I lost my work in Workbench, but keep the schema. It has to recover or I will have to do the work again?
1
After a blue screen, I lost my work in Workbench, but keep the schema. It has to recover or I will have to do the work again?
2
The Workbench
as well as the 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
that 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 a little tricky but you don’t miss what you’ve already done.
Browser other questions tagged mysql mysql-workbench
You are not signed in. Login or sign up in order to post.