mysql> show slave status\G *************************** 1. row *************************** Slave_IO_State: Waiting for master to send event Master_Host: ###### Master_User: ###### Master_Port: ###### Connect_Retry: 60 Master_Log_File: master-bin.####### Read_Master_Log_Pos: 648193498 Relay_Log_File: slave-relay-bin.####### Relay_Log_Pos: 67992442 Relay_Master_Log_File: master-bin.####### Slave_IO_Running: Yes Slave_SQL_Running: No Replicate_Do_DB: Replicate_Ignore_DB: Replicate_Do_Table:####.####,####.##### Replicate_Ignore_Table: Replicate_Wild_Do_Table: Replicate_Wild_Ignore_Table: Last_Errno: 1049 Last_Error: Error 'Unknown database "#######'' on query. Default database: '#######'. Query: 'CREATE DEFINER=`####`@`%` PROCEDURE `GenDates`(pFromDate DATETIME, pToDate DATETIME) BEGIN IF pFromDate < pToDate then begin DELETE FROM AgentDates WHERE DATE(`DateTime`) BETWEEN pFromDate AND pToDate; while pFromDate <= pToDate DO begin insert into AgentDates Values(pFromDate); set pFromDate=ADDDATe(pFromDate,INTERVAL 1 DAY); END; END WHILE; end; end if; END' Skip_Counter: 0 Exec_Master_Log_Pos: 648029687 Relay_Log_Space: 648193948 Until_Condition: None Until_Log_File: Until_Log_Pos: 0 Master_SSL_Allowed: No Master_SSL_CA_File: Master_SSL_CA_Path: Master_SSL_Cert: Master_SSL_Cipher: Master_SSL_Key: Seconds_Behind_Master: NULL Master_SSL_Verify_Server_Cert: No Last_IO_Errno: 0 Last_IO_Error: Last_SQL_Errno: 1049 Last_SQL_Error: Error 'Unknown database '#####'' on query. Default database: '#########'. Query: 'CREATE DEFINER=`####`@`%` PROCEDURE `GenDates`(pFromDate DATETIME, pToDate DATETIME) BEGIN IF pFromDate < pToDate then begin DELETE FROM AgentDates WHERE DATE(`DateTime`) BETWEEN pFromDate AND pToDate; while pFromDate <= pToDate DO begin insert into AgentDates Values(pFromDate); set pFromDate=ADDDATe(pFromDate,INTERVAL 1 DAY); END; END WHILE; end; end if; END' Replicate_Ignore_Server_Ids: Master_Server_Id: 3