Skip to content

Marvin: Install mysql-connector-python 8.0.30 for Debian/SUSE#227

Open
weizhouapache wants to merge 1 commit into
masterfrom
mysql-connector-for-debian-suse
Open

Marvin: Install mysql-connector-python 8.0.30 for Debian/SUSE#227
weizhouapache wants to merge 1 commit into
masterfrom
mysql-connector-for-debian-suse

Conversation

@weizhouapache

Copy link
Copy Markdown
Member

To fix smoke test failures caused by error

import mysql.connector

conn = mysql.connector.connect(
    host="10.0.35.28",
    port=3306,
    user="root",
    password="Pxxxxx",
    database="cloud",
    use_unicode=True,
)

mysql.connector.errors.ProgrammingError: Character set 'utf8' unsupported

To fix smoke test failures caused by error

```
import mysql.connector

conn = mysql.connector.connect(
    host="10.0.35.28",
    port=3306,
    user="root",
    password="Pxxxxx",
    database="cloud",
    use_unicode=True,
)

mysql.connector.errors.ProgrammingError: Character set 'utf8' unsupported

```
@weizhouapache

Copy link
Copy Markdown
Member Author

this seems to be caused by

apache/cloudstack#12640

@weizhouapache weizhouapache requested a review from Copilot June 19, 2026 11:57

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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

Successfully merging this pull request may close these issues.

2 participants