Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

unable to start MySQL8 in Linux #185

Open
jakemonO opened this issue Dec 19, 2019 · 5 comments
Open

unable to start MySQL8 in Linux #185

jakemonO opened this issue Dec 19, 2019 · 5 comments

Comments

@jakemonO
Copy link

jakemonO commented Dec 19, 2019

nutshell: MySQL expects the lib dependencies to be in the bin folder. Otherwise it won't start (at least on Linux)

see my comment:
#183 (comment)

@radai-rosenblatt
Copy link

im not sure if i get this for the same reason or not. in my case it manifests as

mysqld: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

@borsch
Copy link

borsch commented Apr 7, 2020

@viliusl any plans to fix this? I faced with the same problem as @radai-rosenblatt does

@aoxa
Copy link

aoxa commented Jun 14, 2020

I am facing the same issue on ubuntu. What I did was to create a symlink on the usr libs to the ones that got extracted during the deamon install, that bypassed the issue, still I get a timeout when trying to connect to the db. Anyways, the 1.0.0 was removed due to security risks, is there any possibility that an upgrade to use 1.1 will be done?

@jakemonO
Copy link
Author

jakemonO commented Jun 14, 2020 via email

EzequielB added a commit to EzequielB/wix-embedded-mysql that referenced this issue Jun 15, 2020
EzequielB added a commit to EzequielB/wix-embedded-mysql that referenced this issue Jun 15, 2020
EzequielB added a commit to EzequielB/wix-embedded-mysql that referenced this issue Jun 15, 2020
@jorpiell
Copy link

I've migrated my code to MariaDB4j. I've changed the code in less than one hour and all my tests are working again using an embedded database.

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

No branches or pull requests

5 participants