Skip to content

Commit ac8e431

Browse files
committed
default config
1 parent d71266e commit ac8e431

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/dump_events.php

100644100755
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
$binLogStream = new MySQLReplicationFactory(
1616
(new ConfigService())->makeConfigFromArray([
1717
'user' => 'root',
18-
'ip' => '192.168.1.6',
19-
'password' => 'testtest',
20-
'mariaDbGtid' => '1-1-3,0-1-88',
18+
'ip' => '127.0.0.1',
19+
'password' => 'root',
20+
//'mariaDbGtid' => '1-1-3,0-1-88',
2121
//'gtid' => '9b1c8d18-2a76-11e5-a26b-000c2976f3f3:1-177592',
2222
])
2323
);

0 commit comments

Comments
 (0)