workbenchscripts icon indicating copy to clipboard operation
workbenchscripts copied to clipboard

My workbench fails to start

Open herbertscruz opened this issue 3 years ago • 5 comments

After installing the plugin HTMLSchemaReport.py, my workbench fails to start.

MySQL Workbench 8.0.26 for Linux.

herbertscruz avatar May 31 '22 19:05 herbertscruz

Hi Herberts, Important Note: Some users reported that they can't open MySQLWorkbench 8 after install older pyton plugin in Windows,

To solve this:

  1. Open windows Explorer
  2. Go to %APPDATA%\Roaming\MySQL\Workbench\modules
  3. Delete older HTML pyton plugin
  4. Start your MySQL Workbench.

maybe there is a similiar solution in Linux

http://tmsanchezdev.blogspot.com/2021/05/updated-plugings-for-mysqlworkbench-8x.html

tmsanchez avatar May 31 '22 20:05 tmsanchez

HELP! I installed this without realizing it wouldn't work with latest Mac Version of MySQL Workbench. Workbench will not restart. How do I remove this plugin?

TNscVOLgirl avatar Nov 18 '22 23:11 TNscVOLgirl

One option is to open a terminal and go to

~username/Library/Application Support/MySQL/Workbench/modules

check if plugin is there and delete it, once file is deleted MySQLWorkbench should restart with no problem

Plugin locations source https://dev.mysql.com/doc/workbench/en/wb-plugins.html

tmsanchez avatar Nov 19 '22 01:11 tmsanchez

In MacOS, you need to delete the file.

rm ~username/Library/Application\ Support/MySQL/HTMLSchemaReport_grt.py

raaquino avatar Jan 03 '23 06:01 raaquino