0
点赞
收藏
分享

微信扫一扫

You are not using binary logging

Raow1 2022-12-25 阅读 84

Error Code : 1381
You are not using binary logging

You are not using binary logging_MySQL

show variables like '%log_bin%';

You are not using binary logging_MySQL_02

  

 在mysqld配置项下面加上log_bin=mysql_bin

[mysqld]
log-bin="C:/Program Files/MySQL/MySQL Server 5.5/logs/mysql-bin.log"

You are not using binary logging_mysql_03

重启数据库

 

You are not using binary logging_mysql_04

 



举报

相关推荐

0 条评论