https://www.cnblogs.com/wangwust/p/6433453.html

1、查看是否开启了binlog:show binary logs;

windows版 mysql 打开binlog
2、开启binlog:修改mysql的配置文件my.ini。添加如下配置: D:\MySQLInstall\DBtable

# Binary Logging.
log-bin=mysql-bin
binlog-format=Row

重启MySQL服务
windows版 mysql 打开binlog
windows版 mysql 打开binlog
3.日志位置查看
windows版 mysql 打开binlog

相关文章:

  • 2022-02-18
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2021-05-15
  • 2021-12-18
  • 2021-05-30
猜你喜欢
  • 2021-10-26
  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
  • 2021-05-31
  • 2021-12-18
相关资源
相似解决方案