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:\
.
関連するコンテンツ
- 質問済み 6年前
- AWS公式更新しました 1年前
- AWS公式更新しました 2年前
- AWS公式更新しました 3年前