We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71266e commit ac8e431Copy full SHA for ac8e431
example/dump_events.php
100644
100755
@@ -15,9 +15,9 @@
15
$binLogStream = new MySQLReplicationFactory(
16
(new ConfigService())->makeConfigFromArray([
17
'user' => 'root',
18
- 'ip' => '192.168.1.6',
19
- 'password' => 'testtest',
20
- 'mariaDbGtid' => '1-1-3,0-1-88',
+ 'ip' => '127.0.0.1',
+ 'password' => 'root',
+ //'mariaDbGtid' => '1-1-3,0-1-88',
21
//'gtid' => '9b1c8d18-2a76-11e5-a26b-000c2976f3f3:1-177592',
22
])
23
);
0 commit comments