日本語のみで絞り込む

This section describes replication between MySQL servers based on the binary log file position method, where the MySQL instance operating as the source ...

The replica's relay log, which is written by the replication I/O (receiver) thread, contains the transactions read from the replication source server's ...

The binary log contains “events” that describe database changes such as table creation operations or changes to table data. It also contains events for ...

2013/1/9 -For replication to work, first of all master needs to be writing replication events to a special log called binary log. This is usually very ...

2020/4/9 -Replication: A record of the changes in data is provided by the binary log on a replication source server, which is meant to be sent to replicas ...

In this example, the binary log file is mysql-bin.000003 and the position is 73. Record these values. You need them later when you are setting up the replica.

With binary logging enabled, the server logs all statements that change data to the binary log, which is used for backup and replication. The binary log is a ...

Use binary log (binlog) replication to replicate between a MySQL database and an Amazon Aurora MySQL DB cluster.

Setting up replication with...-Synchronizing passwords...

Binary logs, or commonly known as binlogs contain events about the changes done to the database, like table structure changes, data changes via DML operations, ...

The logging format in a running MySQL server is controlled by setting the binlog_format server system variable. This variable can be set with session or global ...

A.> show slave status \Gの結果は 止まった時の状態のログが必要ですよ~。 その時点での Last_SQL_Error か、なんで止まったかのログが分からないとなんとも。

解決済み-回答:1件-2016/12/25

A.#phpとはまったく関係のない質問のようですが・・・ >以下の分のどこを編集すればmysqlserverが起動しますか? 文字コード云々以前に「起動しない」のでしょうか?であればエラー

解決済み-回答:1件-2014/11/8