1 回答
- 最新
- 投票最多
- 评论最多
0
Hello,
For Windows, you may want to specify the exact path to the log-bin
. Below are some other settings that are recommended for MySQL with DMS. Make sure you follow the correct format and there are no spaces around the =
. It looks like in your example you have bind-address = 0.0.0.0
instead of bind-address=0.0.0.0
.
server_id=1
log-bin=E:\MySql_Logs\BinLog
expire_logs_days=1
binlog_format=ROW
binlog_checksum=NONE
binlog_row_image=FULL
log_slave_updates=TRUE
Make sure the log-bin
points to a real path, the example uses an external drive, but your location may be on C:\
.
相关内容
- AWS 官方已更新 2 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 2 年前