-
Notifications
You must be signed in to change notification settings - Fork 82
unable to start MySQL8 in Linux #185
Comments
im not sure if i get this for the same reason or not. in my case it manifests as
|
@viliusl any plans to fix this? I faced with the same problem as @radai-rosenblatt does |
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? |
The maintainers are unresponsive. I think we may have to fork
…________________________________
From: Pedro Zuppelli <[email protected]>
Sent: Sunday, June 14, 2020 12:34 AM
To: wix/wix-embedded-mysql <[email protected]>
Cc: jakemonO <[email protected]>; Author <[email protected]>
Subject: Re: [wix/wix-embedded-mysql] unable to start MySQL8 in Linux (#185)
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?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#185 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAC5BEJMO6N66CW3BNMYY5DRWRHLZANCNFSM4J5MIYBQ>.
|
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. |
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)
The text was updated successfully, but these errors were encountered: