Skip to content
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

[INLONG-5087][TubeMQ] Fix initialize the database failure in MySQL 5.7 #5089

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

haibo-duan
Copy link
Contributor

@haibo-duan haibo-duan commented Jul 17, 2022

Prepare a Pull Request

Motivation

In MySQL 5.7, I initialize the database through sql/apache_tube_manager.sql in the inlong-tubemq-manager directory.
The following error occurred:
ERROR 1273 (HY000): Unknown collation: 'utf8mb4_0900_ai_ci'

Modifications

Describe the modifications you've done.

Verifying this change

  • This change is a trivial rework/code cleanup without any test coverage.

Documentation

  • Does this pull request introduce a new feature? (no)

@healchow healchow changed the title [INLONG-5087][TubeMQ] Fix In MySQL 5.7 initialize the database failure. [INLONG-5087][TubeMQ] Fix initialize the database failure in MySQL 5.7 Jul 17, 2022
@dockerzhang dockerzhang requested a review from bluewang July 18, 2022 01:54
@dockerzhang dockerzhang merged commit 84bed6d into apache:master Jul 18, 2022
@haibo-duan haibo-duan deleted the INLONG-5087 branch July 21, 2022 06:39
bruceneenhl pushed a commit to bruceneenhl/inlong that referenced this pull request Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug][TubeMQ] In MySQL 5.7 initialize the database failure: Unknown collation 'utf8mb4_0900_ai_ci'
4 participants