ubuntu18.04 开启binlog

#进入
mysql -uroot -p
#查看 bin-log是否开启
show variables like '%log_bin%';
#编辑mysql 配置文件
vi /etc/mysql/mysql.conf.d/mysqld.cnf

image.png

保存后重启即可。

备注:路径最好选择 /var/lib/mysql/mysql-bin,其他目录可能没有权限

你可能感兴趣的:(ubuntu18.04 开启binlog)