Selaa lähdekoodia

Updated test config to use row repl

Josh Brickner 7 vuotta sitten
vanhempi
sitoutus
1694e030f5
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 1 0
      conf/mysql.cnf
  2. 1 1
      config.json

+ 1 - 0
conf/mysql.cnf

@@ -2,3 +2,4 @@
 server-id = 1
 log_bin = /tmp/mysql-bin.log
 binlog_checksum = NONE
+binlog_format = ROW

+ 1 - 1
config.json

@@ -7,7 +7,7 @@
   "ssl": false,
   "ssl-key": "",
   "ssl-cer": "",
-  "ssl-ca": "/Users/josh/Sites/Certificates.pem",
+  "ssl-ca": "/home/josh/Sites/Certificates.pem",
   "verify-cert": false,
   "server-id": 2,
   "binlog-file": "mysql-bin.000004"