MySQL Forums
Forum List  »  MySQL Workbench

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

Options: ReplyQuote


Subject
Views
Written By
Posted
179
August 11, 2024 02:54AM
4220
August 19, 2023 06:17PM
Re: Latest MySQL workbench update.
1560
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.