RuntimeError: Dba.get_cluster: Illegal mix of collations
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL InnoDB Cluster Charm |
Fix Released
|
Critical
|
David Ames | ||
snap-mysql-shell |
Fix Released
|
Critical
|
David Ames |
Bug Description
Using the mysql-shell snap on Focal with MySQL 8.0.22-
/snap/bin/mysqlsh --no-wizard --python -f /root/snap/
Logger: Tried to log to an uninitialized logger.
Traceback (most recent call last):
File "<string>", line 5, in <module>
SystemError: RuntimeError: Dba.get_cluster: Illegal mix of collations (ascii_
The same interactively
/snap/bin/mysqlsh --no-wizard --python
Logger: Tried to log to an uninitialized logger.
MySQL Shell 8.0.21
Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.
Type '\help' or '\?' for help; '\quit' to exit.
mysql-py> shell.connect()
Creating a session to 'clusteruser@
Fetching schema names for autocompletion... Press ^C to stop.
Your MySQL connection id is 334 (X protocol)
Server version: 8.0.22-
No default schema selected; type \use <schema> to set one.
<Session:
mysql-py []> cluster = dba.get_
Traceback (most recent call last):
File "<string>", line 1, in <module>
SystemError: RuntimeError: Dba.get_cluster: Illegal mix of collations (ascii_
From the perspective of the mysql-innodb-
It is unclear at this time if the problem is the MySQL8 packages (8.0.22-
Testing with mysql-shell built on 8.0.22 next.
[0] https:/
Changed in charm-mysql-innodb-cluster: | |
status: | Fix Committed → Fix Released |
tags: | added: cdo-qa |
Testing a 8.0.22 build of the mysql-shell client.
8.0.22 requires boost 1.73.0 [0]
[0] https:/ /code.launchpad .net/~snap- mysql-shell- developers/ snap-mysql- shell/+ git/snap- mysql-shell/ +merge/ 392912