Got fatal error 1236 from master when reading data from binary log
In case your Mysql or Mariadb replication crashed with following error, here are steps we do to recover replication:
Got fatal error 1236 from master when reading data from binary log: 'Client requested master to start replication from impossible position; the first event 'mysql-bin.006270' at 357275228, the last event read from 'mysql-bin.006270' at 4, the last byte read from 'mysql-bin.006270' at 4.'
In our case was the root of problem crash of master server, therefore the slave didn't fini...