Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: DM支持的MariaDB版本警告问题
[TiDB Usage Environment] Production Environment / Testing / Poc
[TiDB Version]
[Reproduction Path] What operations were performed when the issue occurred
[Encountered Issue: Issue Phenomenon and Impact]
[Resource Configuration]
[Attachments: Screenshots / Logs / Monitoring]
Will there still be a warning prompt if the source data MariaDB version for DM synchronization meets the requirements (10.4.8, greater than the required 10.1.2)?
{
“id”: 0,
“name”: “mysql_version”,
“desc”: “check whether mysql version is satisfied”,
“state”: “warn”,
“errors”: [
{
“severity”: “warn”,
“short_error”: “Migrating from MariaDB is experimentally supported. If you must use DM to migrate data from MariaDB, we suggest making your MariaDB \u003e= 10.1.2”
}
],