-
Notifications
You must be signed in to change notification settings - Fork 7
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-router 8.0.32 pymysql.err.OperationalError: caching sha2: Unknown packet for public key: b'-' #52
Comments
Building the ROCK now will get mysqlrouter Building the Rock necessitates: diff --git a/rockcraft.yaml b/rockcraft.yaml
index cd91fb7..e822fc7 100644
--- a/rockcraft.yaml
+++ b/rockcraft.yaml
@@ -8,15 +8,12 @@ description: |
mysql-client. For more information on ROCKs, visit
the https://github.com/canonical/rockcraft.
license: Apache-2.0 # your application's SPDX license
-cmd:
- - /usr/bin/setpriv
- - --clear-groups
- - --reuid
- - mysql
- - --regid
- - mysql
- - --
- - ./run
+
+services:
+ mysqlrouter:
+ override: replace
+ command: /usr/bin/setpriv --clear-groups --reuid mysql --regid mysql -- ./run
+
platforms: # The platforms this ROCK should be built on and run on
amd64: Happy to propose a patch |
Should be fixed by #51 (specifically switching from https://github.com/canonical/mysql-router-container to https://github.com/canonical/charmed-mysql-rock). Leaving open for @shayancanonical to confirm as fixed as part of DPE-1662 |
Tested the latest build of mysql-router-k8s (which has v8.0.32, as the server in |
Steps to reproduce
The current keystone-k8s cannot work with mysql-router (because of interface library version). I can put up a branch with the updated keystone-k8s I use is that required
Actual behavior
The behavior I'm encoutering is the same as this one:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/2003835
Versions
Operating system: not sure that's relevant
Channel: 8.0/edge
Log output
Full log
Logs from my client
Additional context
When attaching the following image:
mysql/mysql-router:8.0.31-1.0.10-router
, everything works as expected.The text was updated successfully, but these errors were encountered: