摘要:
一、 Docker安装 二、 修改MySQL配置 2.1 修改my.cnf配置 对于自建 MySQL , 需要先开启 Binlog 写入功能,配置 binlog-format 为 ROW 模式,my.cnf 中配置如下 log-bin=mysql-bin # 开启 binlog binlog-for 阅读全文
摘要:
将数据库数据的变化, 通过canal解析binlog日志, 实时更新到solr的索引库中. Solr环境的搭建 不会的话,可以看我之前写的博客:https://www.cnblogs.com/dalianpai/p/11671722.html 同步程序 引入依赖 <dependencies> <de 阅读全文
摘要:
1 Canal环境准备 1.1 docker安装数据库 配置文件 [root@other example]# cat /mydata/mysql/master/conf/my.cnf [client] default-character-set=utf8 [mysql] default-charac 阅读全文