1 Antwort
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
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:\
.
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 2 Jahren