From b95628f68024e6618782d0e7b51e480d1bd3eacb Mon Sep 17 00:00:00 2001 From: Rob Hedgpeth Date: Thu, 30 Jan 2020 17:25:18 -0800 Subject: [PATCH] Update README.md --- Bookings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bookings/README.md b/Bookings/README.md index 429b103..7a967b1 100644 --- a/Bookings/README.md +++ b/Bookings/README.md @@ -65,7 +65,7 @@ Of course, you can also modify the scripts to fit your needs. Using MariaDB Replication, MariaDB Enterprise Server replicates writes from InnoDB tables to the MariaDB ColumnStore tables, ensuring that the application can perform analytical processing on current data. Combining MariaDB Replication with MariaDB MaxScale configured as a Binlog Server, MariaDB Enterprise Server can host InnoDB and ColumnStore on the same Server. -This application uses replication on a single table called "Flights", which exists in the InnoDB and ColumnStore instances. In order to set up replication add the following to `/etc/my.cnf` for your HTAP instance. +This application uses replication on a single table called "Flights", which exists in the InnoDB and ColumnStore instances. In order to set up replication add the following to `/etc/maxscale.cnf` for your HTAP instance. ``` [replication-filter]