Replication error : Got fatal error 1236 from master when reading data from binary log: 'Could not find first log file name in binary log index file'
Hello I use mariadb 10.3.36-MariaDB-log MariaDB Server I have issue with replication : In slave : MariaDB [(none)]> show slave status\G; ***** 1. row ***** Slave_IO_State: Master_Host: 10.112.82.9 Master_User: replicator Master_Port: 3306 Connect_Retry: 60 Master_Log_File: mysql-bin.000014 Read_Master_Log_Pos: 1007959758 Relay_Log_File: sld1dblag02t-relay-bin.000049 Relay_Log_Pos: 4 Relay_Master_Log_File: mysql-bin.000014 Last_IO_Errno: 1236 Last_IO_Error: Got fatal error 1236 from master when reading data from binary log: 'Could not find first log file name in binary log index file'
MariaDB [(none)]> SHOW BINARY LOGS; +------------------+-----------+
Log_name | File_size |
+------------------+-----------+
mysql-bin.000008 | 11126 |
mysql-bin.000009 | 381 |
mysql-bin.000010 | 381 |
mysql-bin.000011 | 129134 |
+------------------+-----------+ in data_dir location on slave I didn't found file mysql-bin.000014, Can You help me how can I resolve it and restart replication pls
thank You Brano