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

MySQL Compatibility with Version >8.0.18 #55

Open
guzman-raphael opened this issue Sep 4, 2020 · 3 comments
Open

MySQL Compatibility with Version >8.0.18 #55

guzman-raphael opened this issue Sep 4, 2020 · 3 comments
Assignees

Comments

@guzman-raphael
Copy link
Collaborator

guzman-raphael commented Sep 4, 2020

Apparently the MySQL 8.0.19 release broke the connection for mym. I've skimmed the notes here but didn't see anything obvious (the compression algorithm definition between server/client looked interesting tho). Thinking for now we should communicate that we support up to 8.0.18 until we could assign some time to address. The error that is encountered is of the sort:

SSL connection error: unknown error number
@liminghu
Copy link

@guzman-raphael Did you solve the issue? I installed the latest mym, I have the similar issue:
db = mym('open', server, username, password)
Error using mym
SSL connection error: unknown error number

I checked mysql version: 8.0.22

@A-Baji
Copy link
Collaborator

A-Baji commented Mar 22, 2022

This issue is related to the TLS encryption logic. The current work around would just be to manually turn it off:
db = mym('open', server, username, password, 'false')

@stjaeckel
Copy link

stjaeckel commented Nov 23, 2022

I have the same issuse. Turning it off results in the following error:
Error using mym
Authentication plugin 'caching_sha2_password' cannot be loaded: /home/stephan/MATLAB
Add-Ons/Toolboxes/mym/distribution/mexa64/caching_sha2_password.so: cannot open shared object file: No such file or directory

System: ubuntu 22.04
Mysql Version: mysql Ver 8.0.31-0ubuntu0.22.04.1 for Linux on x86_64 ((Ubuntu))

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

No branches or pull requests

4 participants