전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
invoke mysqlbinlog like this:
invoke mysqlbinlog like this:
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
mysqlbinlog [options] log _file ...
mysqlbinlog [options] log _file ...
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
mysqlbinlog supports the following options.
mysqlbinlog supports the following options:
마지막 업데이트: 2018-02-13
사용 빈도: 2
품질:
shell > mysqlbinlog [options] log _file ...
shell > mysqlbinlog [options] log _file ...
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
to display their contents in text format, use the mysqlbinlog utility.
to display their contents in text format, use the mysqlbinlog utility.
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
the datetime value is relative to the local time zone on the machine where you run mysqlbinlog.
the datetime value is relative to the local time zone on the machine where you run mysqlbinlog.
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
you can also use mysqlbinlog to read relay log files written by a slave server in a replication setup.
you can also use mysqlbinlog to read relay log files written by a slave server in a replication setup.
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
normally, you use mysqlbinlog to read binary log files directly and apply them to the local mysql server.
normally, you use mysqlbinlog to read binary log files directly and apply them to the local mysql server.
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
display a hex dump of the log in comments, as described in the section called "mysqlbinlog hex dump format".
display a hex dump of the log in comments, as described in the section called "mysqlbinlog hex dump format".
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
you can also use mysqlbinlog to display the contents of relay log files written by a slave server in a replication setup because relay logs have the same format as binary logs.
you can also use mysqlbinlog to display the contents of relay log files written by a slave server in a replication setup because relay logs have the same format as binary logs.
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
with this option, if mysqlbinlog reads a binary log event that it does not recognize, it prints a warning, ignores the event, and continues.
with this option, if mysqlbinlog reads a binary log event that it does not recognize, it prints a warning, ignores the event, and continues.
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
the output from mysqlbinlog can be re-executed (for example, by using it as input to mysql) to reapply the statements in the log .
the output from mysqlbinlog can be re-executed (for example, by using it as input to mysql) to reapply the statements in the log .
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
to see the row events as comments in the form of "pseudo-sql" statements, run mysqlbinlog with the --verbose or -v option.
to see the row events as comments in the form of "pseudo-sql" statements, run mysqlbinlog with the --verbose or -v option.
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
because mysqlbinlog converts load data infile statements to load data local infile statements (that is, it adds local), both the client and the server that you use to process the statements must be configured to allow local capability.
because mysqlbinlog converts load data infile statements to load data local infile statements (that is, it adds local), both the client and the server that you use to process the statements must be configured to allow local capability.
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질: