Closed
Description
Is your feature request related to a problem?
tiflow/dm/pkg/checker/mysql_server.go
Lines 38 to 48 in 77f8196
When creating a task with a MySQL 8.0 source:
{
"id": 0,
"name": "mysql_version",
"desc": "check whether mysql version is satisfied",
"state": "warn",
"errors": [
{
"severity": "warn",
"short_error": "version suggested less than 8.0.0 but got 8.0.29"
}
],
"extra": "address of db instance - 127.0.0.1:39135"
}
Describe the feature you'd like
Support MySQL 8.0
Describe alternatives you've considered
No response
Teachability, Documentation, Adoption, Migration Strategy
No response