Anarkie
Anarkie

Reputation: 695

MySQL Workbench workspace restoration?

I migrated to another domain so my username is different now but I did backup my C:\Users\Username when I opened MySQL Workbench 5.2.44 CE I don't see the previously saved connections and sql queries I had... How can I restore them? PS:the old Username and files are still on my computer. OS:Win7

Upvotes: 2

Views: 13701

Answers (2)

Naitik Raval
Naitik Raval

Reputation: 11

Delete all files under C:\Users<user name>\AppData\Roaming\MySQL\Workbench\sql_workspaces.

after that open mysql installer and click on reconfigure mysql server and click on next till end

Now open mysql workbench it will work.

Upvotes: 0

Mike Lischke
Mike Lischke

Reputation: 53367

Your data is under C:\Users\<user name>\AppData\Roaming\MySQL\Workbench.

Btw, I strongly recommend to update to the latest MySQL Workbench release.

Upvotes: 7

Related Questions