Quantcast
Channel: StackExchange Replication Questions
Viewing all articles
Browse latest Browse all 17268

Mysql replication, master_log_pos sync but tables not update

$
0
0

First, my replication config on Master:

replicate-do-db         = mydb
binlog-do-db            = mydb
expire_logs_days        = 2
max_binlog_size         = 100M
binlog_format           = MIXED
log-bin                 = /home/mysql/mysqld-bin
server-id               = 1

On Slave:

replicate-do-db         = mydb
binlog-do-db            = mydb
expire_logs_days        = 2
max_binlog_size         = 100M
binlog_format           = MIXED
log-bin                 = /home/mysql/mysqld-bin
server-id               = 2
relay-log-info-repository=TABLE

All tables use InnoDB (XtraDB), the database is used for a Prestashop 1.5.6.2.

Both servers are on Gentoo 2016, Mariadb 10.1.14. Master use 2 x SSD, slave 2 x HDD.

When I start the slave, it works good, IO and SQL are running, bin cursor increase correctly but some tables are not sync. There is no error in mysql log.


Viewing all articles
Browse latest Browse all 17268

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>