Mysql Replication issue

below are the error message showing in mysql slave server.

150919 10:56:13 [ERROR] Slave SQL: Error ‘Table ‘kaltura.scheduler_status’ doesn’t exist’ on query. Default database: ‘kaltura’. Query: ‘/* ip-172-31-5-197[1267114391][propel] */ INSERT INTO scheduler_status (ID,CREATED_AT,UPDATED_AT,SCHEDULER_ID,SCHEDULER_CONFIGURED_ID,TYPE,VALUE) VALUES (NULL,‘2015-09-19 16:26:13’,‘2015-09-19 16:26:13’,1,87535,7,1)’, Error_code: 1146
150919 10:56:13 [Warning] Slave: Table ‘kaltura.scheduler_status’ doesn’t exist Error_code: 1146
150919 10:56:13 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and resta

Hello,

kaltura.scheduler_status is used for the batching mechanism and should exist.
I’d suggest scratching the existing slave and redo the initial replication process.
There is an aiding script for setting up the replication, see here:

Hello Jess,

Thanks for prompt action.

I have followed the suggested process 3 times but still getting same error in slave server.

I have followed the suggested process 3 times but still getting same error in slave server.

Hi Jess,

Please update on below request.

Hi,

Sorry but I have no idea why the replication does not create that table. I suggest you look at the logs when attempting the initial replication process and check for errors. Once we find one, we’ll be smarter.

Ok Jess I am working on this issue.