Re: Latest MySQL workbench update.
Posted by:
Sean Johns
Date: November 30, 2023 09:37AM
It looks like this needs to be changed:
C:\Program Files\MySQL\MySQL Workbench 8.0 CE\modules\wb_utils_grt.py
Line 725: if self.isAlive():
to this:
C:\Program Files\MySQL\MySQL Workbench 8.0 CE\modules\wb_utils_grt.py
Line 725: if self.is_alive():
Of course now getting another error:
<urlopen error unknown url type: https>
Please verify that your internet connection is available.
Looks like the url's are not valid anymore.
Thanks,
Sean
Subject
Views
Written By
Posted
5813
May 24, 2023 07:16AM
2242
July 26, 2023 04:31PM
441
July 14, 2024 09:31AM
450
August 06, 2024 04:45PM
685
August 11, 2024 02:54AM
1671
August 08, 2023 12:42AM
4955
August 19, 2023 06:17PM
Re: Latest MySQL workbench update.
1829
November 30, 2023 09:37AM
Sorry, only registered users may post in this forum.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.