1. 程式人生 > >linux中MySQL的bin-log日誌格式更改

linux中MySQL的bin-log日誌格式更改

ges form 格式 .com nbsp images onf logs png

查看與配置binlog格式
1.查看binlog_format

進入mysql

show variables like ‘binlog_format‘

技術分享

修改binlog日誌格式

修改配置文件

vim /etc/my.conf

把binlog_format=ROW改成binlog_format=MIXED

之後的bin-log日誌文件就會顯示執行的sql語句

linux中MySQL的bin-log日誌格式更改