问题遇到的现象和发生背景
Ogg21C mysql8.0.22 抽取进程DDL复制一直报错OGG-05011错误,数据库没有装ddl插件
报错信息
OGG-05011 OGG does not support plugin-based DDL replication, OGG 21 release onwards. You are suggested to use transaction log-based DDL r
eplication. Please uninstall the plugins to disable plugin-based DDL replication. If you want to use transaction log-based DDL replication, set MySQL server variable '
binlog_row_metadata' to 'FULL' and restart the MySQL server.
我的mysql配置添加了binlog_row_metadata=full参数,数据库重启过
Ogg抽取端配置