Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix checking for a new version #38

Closed
wants to merge 2 commits into from
Closed

Fix checking for a new version #38

wants to merge 2 commits into from

Conversation

mezantrop
Copy link

@mezantrop mezantrop commented Aug 3, 2023

  • Replace a dead method

Also, it looks like on Windows the packaged Python is missed (correct) SSL libraries. A quick workaround for the installed Workbench is to copy a few files from the standalone Python current version 3.11.4 into Python directories within Workbench hierarchy:

_ssl.pyd, libcrypto-1_1.dll, libssl-1_1.dll from \Path\to\<Python>\DLLs into \Path\to\<Workbench>\python\DLLs

@mezantrop
Copy link
Author

Sorry, I can't check, but, perhaps, lines 199, 200 in mysql-workbench/PrepareOutputDir.cmd:

	xcopy /i /s /y /d %EXT_LIB_DIR%\libcrypto-3-x64.dll %TARGET_DIR%\.
	xcopy /i /s /y /d %EXT_LIB_DIR%\libssl-3-x64.dll %TARGET_DIR%\.

to be replaced by:

	xcopy /i /s /y /d %EXT_LIB_DIR%\libcrypto-1_1.dll %TARGET_DIR%\.
	xcopy /i /s /y /d %EXT_LIB_DIR%\libssl-1_1.dll %TARGET_DIR%\.
	xcopy /i /s /y /d %EXT_LIB_DIR%\_ssl.pyd %TARGET_DIR%\.

@mysql-oca-bot
Copy link

Hi, thank you for submitting this pull request. In order to consider your code we need you to sign the Oracle Contribution Agreement (OCA). Please review the details and follow the instructions at https://oca.opensource.oracle.com/
Please make sure to include your MySQL bug system user (email) in the returned form.
Thanks

@mezantrop
Copy link
Author

Hi dear bot, unfortunately all my attempts to register neither from my personal nor corporate account were unsuccessful. Saying the truth, I still waiting for emails and checking spam boxes regularly, a few past hours. Anyway I confirm, you can use contents of the pull request on the conditions of Oracle Contribution Agreement (OCA) and I hope, this small contribution can hint you the issue with the Update check.

@mysql-admin
Copy link

Hi @mezantrop ,
Sorry to hear you have problems with registering - please email me directly (omer.barnir@oracle.com) with the issues you are running into

Thanks

@mezantrop
Copy link
Author

Replied to the email :)

@mezantrop
Copy link
Author

mezantrop commented Aug 4, 2023

@mysql-oca-bot The OCA is signed and accepted for the email idfreech@gmail.com

@mysql-oca-bot
Copy link

Hi, thank you for your contribution. Please confirm this code is submitted under the terms of the OCA (Oracle's Contribution Agreement) you have previously signed by cutting and pasting the following text as a comment:
"I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it."
Thanks

@mezantrop
Copy link
Author

I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

@mysql-oca-bot
Copy link

Hi, the OCA associated with the owner of the this pull request has been cancled. As such this request will be closed. Thanks

@mysql-admin
Copy link

Bot misbehaving :-) - ignore

@mysql-admin mysql-admin reopened this Aug 4, 2023
@mysql-oca-bot
Copy link

Hi, thank you for your contribution. Your code has been assigned to an internal queue. Please follow
bug http://bugs.mysql.com/bug.php?id=111976 for updates.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants