You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks a lot for opening your first issue with us! 🧡 We'll get back to you shortly! ⏳
haibo-duan
changed the title
[Bug][Sort][Manager] In MySQL 5.7 initialize the database failure: Unknown collation 'utf8mb4_0900_ai_ci'
[Bug][TubeMQ][Manager] In MySQL 5.7 initialize the database failure: Unknown collation 'utf8mb4_0900_ai_ci'
Jul 17, 2022
healchow
changed the title
[Bug][TubeMQ][Manager] In MySQL 5.7 initialize the database failure: Unknown collation 'utf8mb4_0900_ai_ci'
[Bug][TubeMQ] In MySQL 5.7 initialize the database failure: Unknown collation 'utf8mb4_0900_ai_ci'
Jul 17, 2022
What happened
In MySQL 5.7, I initialize the database through sql/apache_tube_manager.sql in the inlong-tubemq-manager directory. The following error occurred:

Mysql5.7 does not support utf8mb4_ 0900_ ai_ Ci.
I read the reference documents:
https://inlong.apache.org/docs/modules/tubemq/tubemq-manager/quick_start
If you want to support MySQL 5.7, utf8mb4_ 0900_ ai_ Ci needs to be deleted from the sql/apache_tube_manager.sql file.
What you expected to happen
no error
How to reproduce
In MySQL 5.7, initialize the database through sql/apache_tube_manager.sql in the inlong manager directory. An error occurred.
Environment
CentOS Linux release 7.9.2009 (Core)
Mysql 5.7.34
InLong version
1.2.0
InLong Component
InLong TubeMQ
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: