=====mysqlFailure===== **Level:** __Critical__ FIXME **Purpose:** To tell us when replication is not working **Scenario:** When the results of this query are 0 (EXT example) //SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST WHERE user='slave' AND host LIKE '${expectedConnectedSlaveHost}%// **Resolution:** make sure the user exists on the master DB **Manual Action Steps:** - //CREATE USER '$USERNAME'@'$HOST' IDENTIFIED BY '$PASSWORD'// - //GRANT REPLICATION SLAVE ON *.* TO '$USERNAME'@'$HOST';// **Auto Clear:** Will clear when the query result is not 0