Description:
We are looking to confirm the behavior of the workbench_user_data.dat file located in the %AppData%\MySQL\Workbench\ directory on Windows systems.
Specifically, we would like to know:
If this file is deleted while MySQL Workbench is closed, will it be automatically recreated when the application is launched again?
If so, what default data or structure is restored in the recreated file?
Is there any official documentation that confirms this behavior?
This information is important for enterprise environments where we are considering removing this file to prevent password caching.
Thank you for your help in clarifying this behavior.
How to repeat:
Close MySQL Workbench.
Navigate to %AppData%\MySQL\Workbench\.
Delete workbench_user_data.dat.
Reopen MySQL Workbench.
Observe whether the file is recreated.
Suggested fix:
If this behavior is expected, please consider adding a note in the Workbench Settings and Log Files documentation to confirm that this file is regenerated automatically.